forked from github/dataease
8e4072f29c
This reverts commit 937744b6a9
.
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
|