Skip to content

Commit

Permalink
fix: installation on other package managers (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
cirocfc authored Feb 21, 2023
1 parent 543fce3 commit b45522f
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 @@ -7,8 +7,7 @@
"dist"
],
"scripts": {
"preinstall": "yarn dlx only-allow yarn",
"postinstall": "yarn simple-git-hooks",
"prepare": "yarn dlx only-allow yarn && yarn simple-git-hooks",
"build": "yarn build:production",
"build:watch": "rollup -c -w",
"build:production": "rollup -c",
Expand Down

0 comments on commit b45522f

Please sign in to comment.