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