Skip to content

Commit cc03661

Browse files
committed
Revert the build command
1 parent 6b1e750 commit cc03661

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"build:back": "cd backend && npm run build",
1313
"build": "npm run install-dependencies && npm run build:back && npm run build:front",
1414
"heroku-postbuild": "npm run install-dependencies-back && npm run build:back",
15-
"netlify-build": "npm run build:front"
15+
"netlify-build": "npm run install-dependencies-front && npm run build:front"
1616
},
1717
"repository": {
1818
"type": "git",

0 commit comments

Comments
 (0)