Skip to content

Commit

Permalink
build: make the shell verbose and fail quick for integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Ginsburg committed Mar 29, 2022
1 parent 80841de commit b6d89ed
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 @@
"test": "npm run test:unit && npm run test:e2e && npm run test:integration",
"test:unit": "jasmine",
"test:e2e": "karma start karma.conf.js",
"test:integration": "bash tools/integration-tests.sh",
"test:integration": "bash -xve tools/integration-tests.sh",
"release": "semantic-release"
},
"repository": {
Expand Down

0 comments on commit b6d89ed

Please sign in to comment.