Skip to content

Commit

Permalink
fix(scripts): fix error in install (#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
anotherso1a committed Feb 1, 2024
1 parent 4747b27 commit 01e799b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -32,7 +32,7 @@
"scripts"
],
"scripts": {
"postinstall": "node ./scripts/postinstall.js",
"postinstall": "node -e \"try{require('./scripts/postinstall.js')}catch(e){}\"",
"release": "npx bumpp --tag --commit --push && npm publish"
},
"peerDependencies": {
Expand Down

0 comments on commit 01e799b

Please sign in to comment.