Archived
6 lines
105 B
Bash
Executable File
6 lines
105 B
Bash
Executable File
#!/usr/bin/env sh
|
|
set -eu
|
|
|
|
echo "Running pre-commit checks: npm run verify:staged"
|
|
npm run verify:staged
|