Skip to content

Commit 4f1e042

Browse files
Add Husky for Git hooks and update scripts in package.json
1 parent a55bddd commit 4f1e042

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

.husky/pre-commit

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
#!/usr/bin/env sh
2-
. "$(dirname -- "$0")/_/husky.sh"
3-
41
echo "🐥 Running pre-commit checks..."
52

63
echo "🔍 Linting..."

.husky/pre-push

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
#!/usr/bin/env sh
2-
. "$(dirname -- "$0")/_/husky.sh"
3-
41
echo "🐥 Running pre-push checks..."
52

63
echo "🔍 Linting..."

0 commit comments

Comments
 (0)