Skip to content

Commit

Permalink
fix: add heroku postbuild step - second attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
ivarconr committed Oct 18, 2022
1 parent 4e1b371 commit d0ea49b
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 @@ -50,7 +50,7 @@
"seed:serve": "UNLEASH_DATABASE_NAME=unleash_test UNLEASH_DATABASE_SCHEMA=seed yarn run start:dev",
"clean": "del-cli --force dist",
"preversion": "./scripts/check-release.sh",
"heroku-postbuild": "cd frontend && yarn build"
"heroku-postbuild": "cd frontend && yarn && yarn build"
},
"jest": {
"automock": false,
Expand Down

0 comments on commit d0ea49b

Please sign in to comment.