Skip to content

Commit

Permalink
fix: make publish not time out by watching tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Iku-turso committed Feb 7, 2022
1 parent c94284f commit be4aba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"reinstall-all-dependencies": "./npm-scripts/reinstall-all-dependencies.sh",
"build-all-packages": "lerna run build --parallel",
"remove-all-package-builds": "find ./packages -name build -type d -prune -exec rm -rfv {} \\;",
"build-and-publish": "npm run remove-all-package-builds && npm test && npm run build-all-packages && lerna publish --yes && npm run remove-all-package-builds",
"build-and-publish": "npm run remove-all-package-builds && npm run test-for-ci && npm run build-all-packages && lerna publish --yes && npm run remove-all-package-builds",
"test": "jest --coverage --coverageReporters=lcov --watch",
"test-for-ci": "jest --coverage --coverageReporters=lcov",
"open-github-in-browser": "open https://github.com/ogre-works/ogre-tools"
Expand Down

0 comments on commit be4aba6

Please sign in to comment.