Skip to content

Commit

Permalink
added -o option to serve for development demo page web server
Browse files Browse the repository at this point in the history
  • Loading branch information
nzambello committed Nov 3, 2017
1 parent bd0441f commit d90c031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"scripts": {
"build": "babel src -d lib && yarn prettier-all",
"watch": "babel src -d lib --watch",
"start": "serve . -p 3000",
"start": "serve . -p 3000 -o",
"prettier-all": "prettier --write '**/*.{js,json,css}'",
"precommit": "lint-staged"
},
Expand Down

0 comments on commit d90c031

Please sign in to comment.