Przeglądaj źródła

reenable testing in ci script

Adam Shaw 5 lat temu
rodzic
commit
d3a2b13db4
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      scripts/ci.sh

+ 1 - 1
scripts/ci.sh

@@ -5,7 +5,7 @@ cd "`dirname $0`/.." # always start in project root
 
 npm run clean
 npm run build
-# npm run test:ci
+npm run test:ci
 # npm run lint # for v5!!!
 
 ./scripts/packages-contrib-ci.js