mirror of
https://github.com/dataease/dataease.git
synced 2025-02-24 19:42:56 +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
|