Skip to content

Commit f0471ef

Browse files
authored
Merge pull request #3711 from github/koesie10/remove-deprecated-husky
Remove deprecated Husky commands
2 parents b9a0f84 + 1782fd0 commit f0471ef

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.husky/pre-commit

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
#!/usr/bin/env sh
2-
. "$(dirname -- "$0")/_/husky.sh"
3-
41
cd extensions/ql-vscode && npm run format-staged

.husky/pre-push

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
#!/usr/bin/env sh
2-
. "$(dirname -- "$0")/_/husky.sh"
3-
41
cd extensions/ql-vscode && ./scripts/forbid-test-only

0 commit comments

Comments
 (0)