5 lines
70 B
Text
5 lines
70 B
Text
![]() |
#!/usr/bin/env sh
|
||
|
. "$(dirname -- "$0")/_/husky.sh"
|
||
|
|
||
|
pnpm run test:ci
|