Skip to content

Commit 470ba0e

Browse files
chore: updated test:manual command (#704)
1 parent 23bb03c commit 470ba0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"test:only": "cross-env NODE_ENV=test jest",
3232
"test:watch": "npm run test:only -- --watch",
3333
"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",
34+
"test:manual": "npm run build && webpack serve ./test/manual/src/index.js --open --config ./test/manual/webpack.config.js",
3535
"pretest": "npm run lint",
3636
"test": "cross-env NODE_ENV=test npm run test:coverage",
3737
"defaults": "webpack-defaults"

0 commit comments

Comments
 (0)