diff --git a/package.json b/package.json index 27e4dfc..c27d66f 100644 --- a/package.json +++ b/package.json @@ -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": {