Skip to content

Commit

Permalink
Remove --open on webpackserver
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandojsg committed Mar 14, 2017
1 parent fa2d25e commit 9635504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -4,7 +4,7 @@
"description": "A WebVR dancing experience using A-Frame by Mozilla VR.",
"scripts": {
"build": "cross-env NODE_ENV=production webpack",
"start": "webpack-dev-server --host 0.0.0.0 --progress --colors --hot -d --open --inline",
"start": "webpack-dev-server --host 0.0.0.0 --progress --colors --hot -d --inline",
"lint": "semistandard -v | snazzy"
},
"repository": "aframevr/a-saturday-night",
Expand Down

0 comments on commit 9635504

Please sign in to comment.