Skip to content

Commit

Permalink
ci(package-json): pretest no longer runs build
Browse files Browse the repository at this point in the history
This is so that the CI script doesn't do redundant builds through running the build once for the
configure script and once for the test script.
  • Loading branch information
petermetz committed May 14, 2020
1 parent 32cceef commit aee10be
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"commit": "git-cz",
"setup": "lerna exec --stream --ignore '*/*cockpit' -- rm -rf node_modules package-lock.json",
"lint": "lerna exec --stream --ignore '*/*cockpit' -- cross-env DEBUG= tslint --project tsconfig.json",
"pretest": "npm run build",
"test": "lerna exec --stream --ignore '*/*cockpit' -- tap --timeout=600 src/test/typescript/unit/",
"test:bif-test-tooling": "lerna exec --stream --scope '*/*test-tooling' -- tap --timeout=600 src/test/typescript/integration/",
"test-coverage": "lerna exec --stream --ignore '*/*cockpit' -- tap --timeout=600 src/test/typescript/unit/ --cov",
Expand Down

0 comments on commit aee10be

Please sign in to comment.