Skip to content

Commit 36a18fb

Browse files
committed
Split test and test:watch scripts
1 parent e4fed37 commit 36a18fb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"build": "webpack --config webpack.prod.js && npm run dr:surge",
1313
"start": "sirv dist --cors --single --host --port 8080",
1414
"start:dev": "webpack serve --color --progress --config webpack.dev.js",
15-
"test": "jest --watch",
15+
"test": "jest",
16+
"test:watch": "jest --watch",
1617
"test:coverage": "jest --coverage",
1718
"eslint": "eslint --ext .tsx,.js ./src/",
1819
"lint": "npm run eslint",

0 commit comments

Comments
 (0)