Skip to content

Commit 26af244

Browse files
committed
Update build command
1 parent 3887f83 commit 26af244

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

backend/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"start:back": "npm run install-dependencies-back && cd backend && npm run start:dev",
1212
"build:back": "cd backend && npm run build",
1313
"build": "npm run install-dependencies && npm run build:back && npm run build:front",
14-
"heroku-postbuild": "npm run install-dependencies-back && npm run build:back"
14+
"heroku-postbuild": "npm run install-dependencies-back && npm run build:back",
15+
"netlify-build": "npm run install-dependencies-front && npm run build:front"
1516
},
1617
"repository": {
1718
"type": "git",

0 commit comments

Comments
 (0)