mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-23 18:42:58 +03:00
7 lines
91 B
Plaintext
7 lines
91 B
Plaintext
|
#!/usr/bin/env sh
|
||
|
. "$(dirname -- "$0")/_/husky.sh"
|
||
|
|
||
|
# npx lint-staged
|
||
|
|
||
|
pnpm run format:ci
|