diff --git a/package.json b/package.json index 8672f333d..8174dec39 100644 --- a/package.json +++ b/package.json @@ -29,6 +29,8 @@ "lint:scripts": "eslint app/scripts/", "lint:css": "stylelint 'app/styles/**/**' 'app/scripts/**/*.(js|ts|tsx|jsx)'", "postinstall": "husky", + "prepack": "pinst --disable", + "postpack": "pinst --enable", "ts-check": "yarn tsc --noEmit --skipLibCheck", "test": "jest", "pretest:e2e": "node test/playwright/generateTestData.js",