Browse Source

(experiment) remove hygiene check, it's not for us

Peter Squicciarini 4 years ago
parent
commit
a5cc6c090e
1 changed files with 1 additions and 2 deletions
  1. 1 2
      build.sh

+ 1 - 2
build.sh

@@ -1,6 +1,6 @@
 #!/bin/bash
 #!/bin/bash
 
 
-set -e
+set -ex
 
 
 function keep_alive_small() {
 function keep_alive_small() {
   while true; do
   while true; do
@@ -37,7 +37,6 @@ if [[ "$SHOULD_BUILD" == "yes" ]]; then
 
 
   KA_PID=$!
   KA_PID=$!
 
 
-  yarn gulp hygiene
   yarn monaco-compile-check
   yarn monaco-compile-check
   yarn valid-layers-check
   yarn valid-layers-check