mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-19 03:21:28 +03:00
fixed heroku build process so it skips building the frontend
This commit is contained in:
2
Procfile
2
Procfile
@@ -1 +1 @@
|
|||||||
web: npm install --prefix backend && npm start --prefix backend
|
web: npm start --prefix backend
|
||||||
@@ -6,6 +6,7 @@
|
|||||||
"ng": "ng",
|
"ng": "ng",
|
||||||
"start": "ng serve",
|
"start": "ng serve",
|
||||||
"build": "ng build",
|
"build": "ng build",
|
||||||
|
"heroku-postbuild": "npm install --prefix backend",
|
||||||
"test": "ng test",
|
"test": "ng test",
|
||||||
"lint": "ng lint",
|
"lint": "ng lint",
|
||||||
"e2e": "ng e2e",
|
"e2e": "ng e2e",
|
||||||
|
|||||||
Reference in New Issue
Block a user