mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-05 00:26:03 +03:00
5 lines
86 B
Bash
Executable File
5 lines
86 B
Bash
Executable File
#!/usr/bin/env sh
|
|
. "$(dirname -- "$0")/_/husky.sh"
|
|
|
|
yarn lint-staged && yarn lint:ox
|