We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4fed37 commit 36a18fbCopy full SHA for 36a18fb
package.json
@@ -12,7 +12,8 @@
12
"build": "webpack --config webpack.prod.js && npm run dr:surge",
13
"start": "sirv dist --cors --single --host --port 8080",
14
"start:dev": "webpack serve --color --progress --config webpack.dev.js",
15
- "test": "jest --watch",
+ "test": "jest",
16
+ "test:watch": "jest --watch",
17
"test:coverage": "jest --coverage",
18
"eslint": "eslint --ext .tsx,.js ./src/",
19
"lint": "npm run eslint",
0 commit comments