Skip to content

Commit

Permalink
adding build step to heroku script
Browse files Browse the repository at this point in the history
  • Loading branch information
mikefranze committed Nov 4, 2023
1 parent afb9ba3 commit 4baa0e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"test": "cd backend && npm install && npm test",
"start": "node ./backend/build/backend/src/migrate-to-latest.js && node ./backend/build/backend/src/index.js",
"heroku-postbuild": "cd frontend && npm install && npm run build && cd ../backend && npm install"
"heroku-postbuild": "cd frontend && npm install && npm run build && cd ../backend && npm install && npm run-script build"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 4baa0e0

Please sign in to comment.