Skip to content

Commit

Permalink
updating npm scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
mggwxyz committed Apr 28, 2017
1 parent f996d3d commit a7960d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"description": "A neighborhood map application for Udacity's Front-End Web Developer Nanodegree",
"main": "./js/app.js",
"scripts": {
"start": "gulp build && cd dist && http-server",
"start": "gulp build && cd dist && http-server -p 8080 -o",
"dev": "gulp develop",
"prod": "gulp build && cd dist && http-server",
"demo": "gulp build && cd dist && http-server -p 8080 -o",
"deploy": "gulp build && gh-pages -d dist"
},
"repository": {
Expand Down

0 comments on commit a7960d9

Please sign in to comment.