Skip to content

Commit

Permalink
remove hisky legacy scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
killroy192 committed Aug 16, 2024
1 parent 9561f7f commit 0549f60
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npx lint-staged;
3 changes: 0 additions & 3 deletions .husky/pre-push
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

make lint;
make test;

0 comments on commit 0549f60

Please sign in to comment.