Skip to content

Commit

Permalink
restore husky
Browse files Browse the repository at this point in the history
  • Loading branch information
micahjones13 committed Mar 21, 2024
1 parent 8ff1224 commit e97178e
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 29 deletions.
5 changes: 0 additions & 5 deletions .changeset/calm-mugs-fly.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/silent-suns-mate.md

This file was deleted.

3 changes: 0 additions & 3 deletions .husky/post-checkout

This file was deleted.

3 changes: 0 additions & 3 deletions .husky/post-commit

This file was deleted.

3 changes: 0 additions & 3 deletions .husky/post-merge

This file was deleted.

2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx pretty-quick --staged
npx pretty-quick --staged
8 changes: 5 additions & 3 deletions .husky/pre-push
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/bin/sh
command -v git-lfs >/dev/null 2>&1 || { echo >&2 "\nThis repository is configured for Git LFS but 'git-lfs' was not found on your path. If you no longer wish to use Git LFS, remove this hook by deleting '.git/hooks/pre-push'.\n"; exit 2; }
git lfs pre-push "$@"
# #!/bin/sh
# . "$(dirname "$0")/_/husky.sh"

# echo "Running Tests"
# npx lerna run test.unit -- --changedSince=main --passWithNoTests

0 comments on commit e97178e

Please sign in to comment.