mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 12:55:00 +00:00
9 lines
140 B
Bash
Executable File
9 lines
140 B
Bash
Executable File
#!/usr/bin/env sh
|
|
. "$(dirname -- "$0")/_/husky.sh"
|
|
|
|
# check lockfile is up to date
|
|
yarn install
|
|
|
|
# lint staged files
|
|
yarn exec lint-staged
|