Skip to content

Commit

Permalink
fix heroku postbuild script
Browse files Browse the repository at this point in the history
  • Loading branch information
mjlescano committed Aug 1, 2016
1 parent 8f00a2a commit 9abc773
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
web: gulp build && NODE_PATH=. PUBLIC_PORT=80 node index.js
web: NODE_PATH=. PUBLIC_PORT=80 node index.js
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@
"build": "gulp build",
"watch": "gulp watch",
"clean": "gulp clean",
"heroku-postbuild": "gulp build --minify",
"test": "NODE_PATH=. MONGO_URL=mongodb://localhost/DemocracyOS-test gulp test"
}
}

0 comments on commit 9abc773

Please sign in to comment.