mirror of
https://github.com/jarvis2f/vortex.git
synced 2024-11-15 19:22:28 +08:00
7 lines
105 B
Bash
Executable File
7 lines
105 B
Bash
Executable File
#!/usr/bin/env sh
|
|
. "$(dirname -- "$0")/_/husky.sh"
|
|
|
|
#npm run test
|
|
npm run format:fix
|
|
npm run check:code
|