Skip to content

Commit

Permalink
fix: postinstall chmod
Browse files Browse the repository at this point in the history
  • Loading branch information
dominickolbe committed Aug 24, 2021
1 parent 103b13f commit 9f25264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"prettier:check": "prettier --check src/**/*",
"prettier:fix": "prettier --write src/**/*",
"test": "yarn prettier:check",
"postinstall": "chmod -R +x ./bin"
"postinstall": "chmod -R +x ./bin 2>/dev/null"
},
"dependencies": {
"axios": "0.21.1",
Expand Down

0 comments on commit 9f25264

Please sign in to comment.