mirror of
https://github.com/dataease/dataease.git
synced 2026-05-18 17:58:11 +08:00
6 lines
87 B
Bash
Executable File
6 lines
87 B
Bash
Executable File
#!/usr/bin/env sh
|
|
. "$(dirname -- "$0")/_/husky.sh"
|
|
|
|
cd ./frontend
|
|
npm run lint-staged
|