Final fix for heroku procfile (3)

pull/45/head
Isaac Grynsztein 5 years ago
parent 9384436f7e
commit 8c6478bfef

@ -1 +1 @@
web: cd backend && npm install && npm start app.js --prefix backend
web: npm install --prefix backend && npm start app.js --prefix backend
Loading…
Cancel
Save