Skip to content

Commit

Permalink
fix(pkg): removes yarn from postinstall
Browse files Browse the repository at this point in the history
Fixes #336
  • Loading branch information
svobik7 authored Dec 30, 2024
1 parent 365d873 commit 4a678fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"scripts": {
"prepare": "husky",
"postinstall": "yarn patch-package",
"postinstall": "patch-package",
"clean": "rm -rf dist || true",
"build": "yarn clean && yarn typecheck && yarn test && node esbuild.mjs && yarn build:types && yarn lint",
"build:types": "yarn dts-bundle-generator --config ./dts.config.js",
Expand Down

0 comments on commit 4a678fe

Please sign in to comment.