Skip to content

Commit

Permalink
Split test and test:watch scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
mturley committed Aug 18, 2022
1 parent e4fed37 commit 36a18fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"build": "webpack --config webpack.prod.js && npm run dr:surge",
"start": "sirv dist --cors --single --host --port 8080",
"start:dev": "webpack serve --color --progress --config webpack.dev.js",
"test": "jest --watch",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"eslint": "eslint --ext .tsx,.js ./src/",
"lint": "npm run eslint",
Expand Down

0 comments on commit 36a18fb

Please sign in to comment.