Skip to content

Commit

Permalink
[NayNay] Install Issue
Browse files Browse the repository at this point in the history
- removed postinstall script from package json
- hindering our users from installing the CLI through npm
  • Loading branch information
rh0delta committed Nov 5, 2024
1 parent 1500298 commit 7d8bb31
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@
"find-deadcode": "ts-prune",
"generate:types": "dev/bin/generate-types.sh",
"generate:docs": "typedoc --options typedoc.config.cjs --tsconfig tsconfig.json",
"prepare": "husky",
"postinstall": "patch-package",
"prepare": "husky && patch-package",
"prepack": "pinst --disable",
"postpack": "pinst --enable",
"publish:rc": "yarn burn && yarn build && npm publish --tag next",
Expand Down

0 comments on commit 7d8bb31

Please sign in to comment.