Files
sign/.husky/pre-commit

13 lines
297 B
Plaintext
Raw Normal View History

#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
SCRIPT_DIR="$(readlink -f "$(dirname "$0")")"
MONOREPO_ROOT="$(readlink -f "$SCRIPT_DIR/../")"
echo "Copying .well-known/ contents"
node "$MONOREPO_ROOT/scripts/copy-wellknown.cjs"
2025-02-13 20:56:44 +11:00
git add "$MONOREPO_ROOT/apps/remix/public/"
npx lint-staged