Skip to content

Commit 01e799b

Browse files
authored
fix(scripts): fix error in install (#252)
1 parent 4747b27 commit 01e799b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"scripts"
3333
],
3434
"scripts": {
35-
"postinstall": "node ./scripts/postinstall.js",
35+
"postinstall": "node -e \"try{require('./scripts/postinstall.js')}catch(e){}\"",
3636
"release": "npx bumpp --tag --commit --push && npm publish"
3737
},
3838
"peerDependencies": {

0 commit comments

Comments
 (0)