lamassu-server/.husky/pre-commit
2025-05-23 16:53:04 +01:00

9 lines
173 B
Bash
Executable file

#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
# Run tests first
echo "Running tests..."
npm run test:run --workspace=packages/admin-ui
# Run linting
npx lint-staged