We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4708f10 commit 89baf66Copy full SHA for 89baf66
scripts/ci-build.bat
@@ -1,3 +1,4 @@
1
:: This batch file will be called by bacon CI for windows testing
2
call npm install
3
-call npm test:e2e
+call npm run pretest
4
+call npm run test:e2e
0 commit comments