Skip to content

Commit

Permalink
Remove deprecated husky APIs (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
kieran-ryan authored Mar 23, 2024
1 parent d02d35e commit 4dbfc70
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx lint-staged
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"eslint-fix": "eslint --ext ts --max-warnings 0 --fix src test",
"eslint": "eslint --ext ts --max-warnings 0 src test",
"upgrade": "npm-check-updates --upgrade",
"prepare": "husky install && node scripts/build.js && cp node_modules/web-tree-sitter/tree-sitter.wasm dist"
"prepare": "husky && node scripts/build.js && cp node_modules/web-tree-sitter/tree-sitter.wasm dist"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 4dbfc70

Please sign in to comment.