Skip to content

Commit

Permalink
disable preinstall before npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenkilbourn committed Jan 16, 2025
1 parent 21850ee commit b025c54
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit b025c54

Please sign in to comment.