Skip to content

Commit

Permalink
Add a start-prod npm script.
Browse files Browse the repository at this point in the history
  • Loading branch information
mstange committed May 13, 2016
1 parent b2fe257 commit daad8b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"main": "index.js",
"scripts": {
"test": "mocha --compilers js:babel-core/register",
"start": "npm run build && npm run server",
"start": "npm run server",
"start-prod": "npm run build-prod && npm run plain-server",
"server": "NODE_ENV=development node server.js",
"plain-server": "live-server --port=4242",
"build": "NODE_ENV=development webpack",
Expand Down

0 comments on commit daad8b6

Please sign in to comment.