mirror of
https://github.com/OpenBMB/MiniCPM-V.git
synced 2026-02-05 18:29:18 +08:00
11 lines
184 B
Bash
Executable File
11 lines
184 B
Bash
Executable File
#!/usr/bin/env sh
|
|
. "$(dirname -- "$0")/_/husky.sh"
|
|
|
|
echo "---format start---"
|
|
pnpm run format
|
|
echo "---format end---"
|
|
|
|
echo "---eslint start---"
|
|
pnpm run lint
|
|
echo "---eslint end---"
|