fixed heroku build process so it skips building the frontend

This commit is contained in:
Isaac Grynsztein
2020-03-25 03:46:56 -04:00
parent 0d756c4c97
commit 6c22c0e708
2 changed files with 2 additions and 1 deletions

View File

@@ -1 +1 @@
web: npm install --prefix backend && npm start --prefix backend
web: npm start --prefix backend