Dont open browser on npm start (#577)

This commit is contained in:
Krzysztof Wolski 2020-06-25 08:47:54 +02:00 committed by GitHub
parent 4b85cf4342
commit 2a6334cb74
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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/",