mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-18 21:51:34 +03:00
9 lines
131 B
Plaintext
9 lines
131 B
Plaintext
|
#!/usr/bin/env sh
|
||
|
. "$(dirname -- "$0")/_/husky.sh"
|
||
|
|
||
|
# npx lint-staged
|
||
|
|
||
|
pnpm run lint:with-cache
|
||
|
pnpm run check
|
||
|
pnpm run format:ci
|