7 lines
141 B
Plaintext
7 lines
141 B
Plaintext
|
#!/usr/bin/env sh
|
||
|
. "$(dirname -- "$0")/_/husky.sh"
|
||
|
|
||
|
# TODO(CGQAQ): uncomment this when next 13.2.4 came out
|
||
|
# npm run lint;
|
||
|
npm run format;
|