AFFiNE/.husky/pre-commit
2023-04-03 18:13:43 -05:00

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