Skip to content

Commit

Permalink
chore: add postinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
dominickolbe committed Aug 24, 2021
1 parent bfb74c1 commit b4f407d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"postbuild": "chmod +x ./lib/index.js",
"prettier:check": "prettier --check src/**/*",
"prettier:fix": "prettier --write src/**/*",
"test": "yarn prettier:check"
"test": "yarn prettier:check",
"postinstall": "chmod -R +x ./bin"
},
"dependencies": {
"axios": "0.21.1",
Expand Down

0 comments on commit b4f407d

Please sign in to comment.