Skip to content

Commit

Permalink
Merge pull request #377 from mikefranze/main
Browse files Browse the repository at this point in the history
adding build step to heroku script
  • Loading branch information
mikefranze authored Nov 4, 2023
2 parents afb9ba3 + 4baa0e0 commit 9403cd8
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 9403cd8

Please sign in to comment.