chore: Move yarn-deduplicate postinstall -> prepare

should not run in production
This commit is contained in:
Tom Moor 2021-07-19 17:12:24 -04:00
parent 83477de300
commit 0b3adad751
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
"dev": "nodemon --exec \"yarn build:server && yarn build:i18n && node --inspect=0.0.0.0 build/server/index.js\" -e js --ignore build/ --ignore app/ --ignore flow-typed/",
"lint": "eslint app server shared",
"deploy": "git push heroku master",
"postinstall": "yarn yarn-deduplicate yarn.lock",
"prepare": "yarn yarn-deduplicate yarn.lock",
"heroku-postbuild": "yarn build && yarn db:migrate",
"sequelize:migrate": "sequelize db:migrate",
"db:create-migration": "sequelize migration:create",