From 0b3adad7515abe1f9997ea7470783394b28baff3 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Mon, 19 Jul 2021 17:12:24 -0400 Subject: [PATCH] chore: Move yarn-deduplicate postinstall -> prepare should not run in production --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 60aeca0d7..3edb63eca 100644 --- a/package.json +++ b/package.json @@ -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",