mirror of
https://github.com/OpenBMB/MiniCPM-V.git
synced 2026-02-05 18:29:18 +08:00
Update to MiniCPM-o 2.6
This commit is contained in:
10
web_demos/minicpm-o_2.6/web_server/.husky/pre-push
Executable file
10
web_demos/minicpm-o_2.6/web_server/.husky/pre-push
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/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---"
|
||||
Reference in New Issue
Block a user