Skip to content

Commit

Permalink
ci: update husky config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Mar 4, 2024
1 parent ffea7f4 commit 874842c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
npx lint-staged
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"license": "MIT",
"scripts": {
"prepare": "husky install",
"prepare": "husky",
"demo": "npx sgo --fallback demo.html",
"build": "tsbb build",
"watch": "tsbb watch"
Expand Down

0 comments on commit 874842c

Please sign in to comment.