fixed heroku build process so it skips building the frontend

pull/45/head
Isaac Grynsztein 5 years ago
parent 0d756c4c97
commit 6c22c0e708

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

@ -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",

Loading…
Cancel
Save