Dont open browser on npm start (#577)
This commit is contained in:
parent
4b85cf4342
commit
2a6334cb74
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@
|
|||
"generate-component": "plop --plopfile .plop/plopfile.js",
|
||||
"heroku-postbuild": "npm run build",
|
||||
"serve:lhci": "NODE_ENV=production npm run server",
|
||||
"start": "webpack-dev-server --open -d",
|
||||
"start": "webpack-dev-server -d",
|
||||
"storybook": "start-storybook -p 3000 -c src/storybook/",
|
||||
"test-e2e": "testcafe 'chrome:headless' .testcafe",
|
||||
"test": "jest src/",
|
||||
|
|
Loading…
Reference in a new issue