Skip to content

Commit

Permalink
npm start runs build & server; Procfile runs npm start
Browse files Browse the repository at this point in the history
  • Loading branch information
ericclemmons committed Jan 21, 2013
1 parent a4996e1 commit 45b310f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Procfile
@@ -1 +1 @@
web: node src/server/server
web: npm start
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -20,8 +20,8 @@
"npm": "1.1.x"
},
"scripts": {
"start": "node src/server/server",
"install": "bower install && ./node_modules/.bin/grunt build",
"start": "./node_modules/.bin/grunt build && node src/server/server",
"install": "bower install",
"test": "./node_modules/.bin/grunt build"
},
"dependencies": {
Expand Down

0 comments on commit 45b310f

Please sign in to comment.