Skip to content

Commit

Permalink
THEMES-1853: updated pre-push hook
Browse files Browse the repository at this point in the history
  • Loading branch information
vgalatro committed Mar 26, 2024
1 parent 8d90d05 commit a365886
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .husky/pre-push
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

# fetching latest changes `git fetch -a --depth 100` to ensure the base branch is up to date
# git fetch -a --depth 100 && npm run lint:changed-feature-branch && npm run test:changed-feature-branch
git fetch -a --depth 100 && npm run lint:changed-feature-branch && npm run test:changed-feature-branch

0 comments on commit a365886

Please sign in to comment.