mirror of
https://github.com/aljazceru/rabbit.git
synced 2025-12-17 05:54:19 +01:00
11 lines
129 B
Bash
Executable File
11 lines
129 B
Bash
Executable File
#!/usr/bin/env sh
|
|
. "$(dirname -- "$0")/_/husky.sh"
|
|
|
|
set -x
|
|
|
|
npm test
|
|
npx lint-staged
|
|
|
|
npm run checkLicense
|
|
npm run checkSecrets
|