Skip to content

Commit

Permalink
Skip 'watch' flag in Jest for default 'test' command
Browse files Browse the repository at this point in the history
  • Loading branch information
gaui committed Jul 15, 2019
1 parent 66c920d commit 0c24673
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 @@ -16,7 +16,7 @@
"scripts": {
"build": "microbundle --target node",
"prepublishOnly": "yarn build",
"test": "jest -i --watch",
"test": "jest -i",
"test:ci": "jest -i --coverage",
"dts": "tsc --emitDeclarationOnly",
"lint": "eslint --ext .ts src __tests__",
Expand Down

0 comments on commit 0c24673

Please sign in to comment.