Skip to content

Commit

Permalink
chore: Introduce script to test with inspector
Browse files Browse the repository at this point in the history
  • Loading branch information
jansav committed Aug 10, 2022
1 parent afeb2dd commit bd4766e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"remove-all-package-builds": "find ./packages -name build -type d -prune -exec rm -rfv {} \\;",
"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-with-inspector": "node --inspect-brk ./node_modules/.bin/jest --watch --runInBand",
"test-for-ci": "jest --coverage --coverageReporters=lcov",
"open-github-in-browser": "open https://github.com/ogre-works/ogre-tools",
"postinstall": "husky install",
Expand Down

0 comments on commit bd4766e

Please sign in to comment.