This repository has been archived on 2026-08-23. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
pi-web/.githooks/pre-commit
T

6 lines
91 B
Bash
Executable File

#!/usr/bin/env sh
set -eu
echo "Running pre-commit checks: npm run verify"
npm run verify