mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-08 11: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",
|
||||
"start": "ng serve",
|
||||
"build": "ng build",
|
||||
"heroku-postbuild": "npm install --prefix backend",
|
||||
"test": "ng test",
|
||||
"lint": "ng lint",
|
||||
"e2e": "ng e2e",
|
||||
|
||||
Reference in New Issue
Block a user