Ver Fonte

fix ci script syntax error

Evan You há 10 anos atrás
pai
commit
68dac4c10a
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      build/ci.sh

+ 1 - 1
build/ci.sh

@@ -1,5 +1,5 @@
 set -e
 npm run ci
-if [ -z "$CI_PULL_REQUEST" ] then
+if [ -z "$CI_PULL_REQUEST" ]; then
   cat ./coverage/lcov.info | ./node_modules/.bin/codecov
 fi