Files
documenso/.husky/pre-commit
2025-04-15 21:29:03 +10:00

10 lines
244 B
Plaintext
Executable File

SCRIPT_DIR="$(readlink -f "$(dirname "$0")")"
MONOREPO_ROOT="$(readlink -f "$SCRIPT_DIR/../")"
echo "Copying .well-known/ contents"
node "$MONOREPO_ROOT/scripts/copy-wellknown.cjs"
git add "$MONOREPO_ROOT/apps/remix/public/"
npx lint-staged