Skip to content
This repository has been archived by the owner on Nov 19, 2022. It is now read-only.

Commit

Permalink
update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelmota committed Feb 7, 2019
1 parent cec08de commit 4b6ed51
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 @@ -22,7 +22,7 @@
"scripts": {
"test": "echo 'TODO'",
"start": "node index.js",
"start:prod": "NET_PORT=1337 npm start",
"start:prod": "NET_PORT=1337 node index.js",
"build": "browserify ./static/scripts/client.js > ./static/scripts/bundle.js",
"watch": "watchify ./static/scripts/client.js -o ./static/scripts/bundle.js"
},
Expand Down

0 comments on commit 4b6ed51

Please sign in to comment.