(experiment) remove hygiene check, it's not for us
This commit is contained in:
parent
b012b6c1d0
commit
a5cc6c090e
1 changed files with 1 additions and 2 deletions
3
build.sh
3
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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue