Skip to content

Commit

Permalink
prepare to deploy backend
Browse files Browse the repository at this point in the history
  • Loading branch information
abhudaym committed Feb 27, 2021
1 parent afde1ea commit 5644aab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Procfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
web: node server.js
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"main": "server.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"heroku-postbuild": "NPM_CONFIG_PRODUCTION=false npm"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 5644aab

Please sign in to comment.