Skip to content

Commit

Permalink
feat: remove use of deprecated husky install
Browse files Browse the repository at this point in the history
Signed-off-by: Jordan Shatford <jordanshatford@live.com>
  • Loading branch information
jordanshatford committed Feb 23, 2024
1 parent f1e6594 commit 295b30f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
npm run typecheck && npm run lint
pnpm typecheck && pnpm lint
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dist/**/*"
],
"scripts": {
"prepare": "husky install",
"prepare": "husky",
"changeset": "changeset",
"commitlint": "commitlint --edit",
"build": "pnpm clean && pnpm generate && tsc && pnpm uglify:dist",
Expand Down

0 comments on commit 295b30f

Please sign in to comment.