Archived
Add pre-commit verification hook
This commit is contained in:
Executable
+5
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env sh
|
||||
set -eu
|
||||
|
||||
echo "Running pre-commit checks: npm run verify"
|
||||
npm run verify
|
||||
Reference in New Issue
Block a user