6 lines
93 B
Bash
Executable file
6 lines
93 B
Bash
Executable file
#!/usr/bin/env sh
|
|
. "$(dirname -- "$0")/_/husky.sh"
|
|
|
|
pnpm test
|
|
pnpm -r test
|
|
pnpm -r lint:fix
|