mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-22 09:13:18 +03:00
10 lines
174 B
Bash
Executable File
10 lines
174 B
Bash
Executable File
#!/usr/bin/env sh
|
|
. "$(dirname -- "$0")/_/husky.sh"
|
|
|
|
# check lockfile is up to date
|
|
yarn install
|
|
cd ./apps/eletron && yarn install
|
|
|
|
# lint staged files
|
|
yarn exec lint-staged
|