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 c8c7458 commit cef92db
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 @@ -3,9 +3,9 @@
"version": "1.0.0",
"description": "An arcade game like Frogger for Udacity's Front-End Web Developer Nanodegree",
"scripts": {
"start": "npm install && gulp build && cd dist && http-server -o -p 3000",
"start": "gulp build && cd dist && http-server -p 8080 -o",
"dev": "gulp develop",
"demo": "gulp build && cd dist && http-server -p -o 3000",
"demo": "gulp build && cd dist && http-server -p 8080 -o",
"deploy": "gulp build && gh-pages -d dist"
},
"repository": {
Expand Down

0 comments on commit cef92db

Please sign in to comment.