Skip to content

Commit

Permalink
chore: admin
Browse files Browse the repository at this point in the history
  • Loading branch information
imcuttle committed Jan 31, 2024
1 parent b67da9e commit ddc4491
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 @@ -19,7 +19,7 @@
},
"husky": {
"hooks": {
"pre-commit": "npx lerna toc --heading=\"NPM Packages\" && npx markdown-toc README_zh_CN.md && npx markdown-toc README.md -i && git add README*.md && pretty-quick --staged",
"pre-commit": "npx lerna toc --heading=\"NPM Packages\" && npx markdown-toc README_zh_CN.md -i && npx markdown-toc README.md -i && git add README*.md && pretty-quick --staged",
"commit-msg": "commitlint -e $HUSKY_GIT_PARAMS"
}
},
Expand Down

0 comments on commit ddc4491

Please sign in to comment.