Skip to content

Commit

Permalink
remove 'watch' from npm test script
Browse files Browse the repository at this point in the history
  • Loading branch information
corydozen committed Dec 13, 2019
1 parent e600592 commit c43c8b9
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 @@ -5,7 +5,7 @@
"author": "Jeremy Daly <jeremy@jeremydaly.com>",
"main": "index.js",
"scripts": {
"test": "jest unit --watch",
"test": "jest unit",
"test-ci": "eslint . && jest unit --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
"lint": "eslint ."
},
Expand Down

0 comments on commit c43c8b9

Please sign in to comment.