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

View File

@@ -6,6 +6,7 @@
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"heroku-postbuild": "npm install --prefix backend",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",