mirror of
https://github.com/xxxsf/vue3-h5-template.git
synced 2025-04-05 20:35:49 +08:00
8 lines
159 B
Bash
Executable File
8 lines
159 B
Bash
Executable File
#!/bin/sh
|
|
. "$(dirname "$0")/_/husky.sh"
|
|
|
|
[ -n "$CI" ] && exit 0
|
|
|
|
# Format and submit code according to lintstagedrc.js configuration
|
|
npm run lint:lint-staged
|