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