mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-31 00:16:47 +01:00
fix: add heroku postbuild step - second attempt
This commit is contained in:
parent
4e1b371f8d
commit
d0ea49b92b
@ -50,7 +50,7 @@
|
|||||||
"seed:serve": "UNLEASH_DATABASE_NAME=unleash_test UNLEASH_DATABASE_SCHEMA=seed yarn run start:dev",
|
"seed:serve": "UNLEASH_DATABASE_NAME=unleash_test UNLEASH_DATABASE_SCHEMA=seed yarn run start:dev",
|
||||||
"clean": "del-cli --force dist",
|
"clean": "del-cli --force dist",
|
||||||
"preversion": "./scripts/check-release.sh",
|
"preversion": "./scripts/check-release.sh",
|
||||||
"heroku-postbuild": "cd frontend && yarn build"
|
"heroku-postbuild": "cd frontend && yarn && yarn build"
|
||||||
},
|
},
|
||||||
"jest": {
|
"jest": {
|
||||||
"automock": false,
|
"automock": false,
|
||||||
|
Loading…
Reference in New Issue
Block a user