We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b1e750 commit cc03661Copy full SHA for cc03661
package.json
@@ -12,7 +12,7 @@
12
"build:back": "cd backend && npm run build",
13
"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",
15
- "netlify-build": "npm run build:front"
+ "netlify-build": "npm run install-dependencies-front && npm run build:front"
16
},
17
"repository": {
18
"type": "git",
0 commit comments