We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23bb03c commit 470ba0eCopy full SHA for 470ba0e
package.json
@@ -31,7 +31,7 @@
31
"test:only": "cross-env NODE_ENV=test jest",
32
"test:watch": "npm run test:only -- --watch",
33
"test:coverage": "npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage",
34
- "test:manual": "npm run build && webpack-dev-server test/manual/src/index.js --open --config test/manual/webpack.config.js",
+ "test:manual": "npm run build && webpack serve ./test/manual/src/index.js --open --config ./test/manual/webpack.config.js",
35
"pretest": "npm run lint",
36
"test": "cross-env NODE_ENV=test npm run test:coverage",
37
"defaults": "webpack-defaults"
0 commit comments