We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21cfc39 commit a291a56Copy full SHA for a291a56
.husky/pre-push
@@ -1,6 +1,8 @@
1
# Configuration: Each entry is an array with [pattern, command, description]
2
# Format: "pattern" "command" "pattern description"
3
-CHECKS=('^(package\.json|pnpm-lock\.yaml)$' 'pnpm install --lockfile-only --ignore-scripts' 'package.json or pnpm-lock.yaml – please run pnpm install to update dependencies')
+CHECKS=(
4
+ '^(package\.json|pnpm-lock\.yaml)$' 'pnpm install --lockfile-only --ignore-scripts' 'package.json or pnpm-lock.yaml – please run pnpm install to update dependencies'
5
+)
6
7
# Check for changes in specified files before pushing and run corresponding commands
8
## Get the upstream branch
0 commit comments