diff --git a/package.json b/package.json index 9055229..4a89508 100644 --- a/package.json +++ b/package.json @@ -21,8 +21,7 @@ "postbuild": "chmod +x ./lib/index.js", "prettier:check": "prettier --check src/**/*", "prettier:fix": "prettier --write src/**/*", - "test": "yarn prettier:check", - "postinstall": "chmod -R +x ./bin 2>/dev/null" + "test": "yarn prettier:check" }, "dependencies": { "axios": "0.21.1",