Skip to content

Commit

Permalink
Merge pull request #97 from bun913/fix/husky-bug
Browse files Browse the repository at this point in the history
fix: husky setting
  • Loading branch information
bun913 authored May 16, 2024
2 parents 341119f + c56b333 commit 7993dba
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
],
"main": "lib/index.js",
"scripts": {
"postinstall": "husky install",
"prepare": "husky install",
"prepack": "pinst --disable",
"postpack": "pinst --enable",
"commitmsg": "commitlint -e $GIT_PARAMS",
Expand All @@ -38,7 +38,6 @@
"createRule": "npx node lib/createRule.js",
"prepublish": "yarn run --if-present build",
"build": "textlint-scripts build",
"prepare": "yarn build",
"watch": "textlint-scripts build --watch"
},
"devDependencies": {
Expand Down

0 comments on commit 7993dba

Please sign in to comment.