Final fix for heroku procfile (3)

This commit is contained in:
Isaac Grynsztein
2020-03-22 02:25:35 -04:00
parent 9384436f7e
commit 8c6478bfef

View File

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