mirror of
https://github.com/vbenjs/vben-admin-thin-next.git
synced 2025-01-24 02:00:22 +08:00
9 lines
142 B
Bash
Executable File
9 lines
142 B
Bash
Executable File
#!/bin/sh
|
|
. "$(dirname "$0")/_/husky.sh"
|
|
. "$(dirname "$0")/common.sh"
|
|
|
|
[ -n "$CI" ] && exit 0
|
|
|
|
npm run lint:ls-lint
|
|
npm run lint:lint-staged
|