We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a8ebba commit ac4a5b3Copy full SHA for ac4a5b3
scripts/hooks/pre-commit
@@ -1,4 +1,4 @@
1
-#!/bin/sh
+#!/usr/bin/env bash
2
set -euo pipefail
3
4
FILES=$(git diff --cached --name-only --diff-filter=ACMR | sed 's| |\\ |g')
scripts/hooks/pre-push
npx turbo run build --filter=...[origin/main]
0 commit comments