Skip to content

Commit

Permalink
comment husky hook
Browse files Browse the repository at this point in the history
  • Loading branch information
franmastromarino committed Jan 9, 2024
1 parent c62a92f commit 175b0c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
# . "$(dirname -- "$0")/_/husky.sh"

# git add -A

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

# Install browsers for PlayWright tests
#npx playwright install
Expand Down

0 comments on commit 175b0c1

Please sign in to comment.