Skip to content

Commit

Permalink
chore: disable postinstall script
Browse files Browse the repository at this point in the history
  • Loading branch information
KillWolfVlad committed Sep 5, 2023
1 parent 79c17dc commit c7dd5c4
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 @@ -23,7 +23,7 @@
"*.js"
],
"scripts": {
"postinstall": "husky install",
"_postinstall": "husky install",
"lint": "yarn run lint:eslint && yarn run lint:markdown && yarn run lint:prettier",
"lint:eslint": "eslint --ignore-path ./.gitignore --max-warnings 0 --ext .ts,.js .",
"lint:eslint:fix": "eslint --ignore-path ./.gitignore --fix --ext .ts,.js .",
Expand Down

0 comments on commit c7dd5c4

Please sign in to comment.