mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-23 05:02:17 +03:00
91c3040db7
Co-authored-by: himself65 <himself65@outlook.com>
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
|