mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-22 08:13:52 +03:00
chore: add lint-staged command to pre-commit file (#5126)
This commit is contained in:
parent
feddfdc5c9
commit
2a4741e9ab
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env sh
|
||||
. "$(dirname -- "$0")/_/husky.sh"
|
||||
|
||||
yarn lint:ox
|
||||
yarn lint-staged && yarn lint:ox && cargo fmt --all && git add .
|
||||
|
@ -1,2 +1,2 @@
|
||||
pub mod hashcash;
|
||||
pub mod sqlite;
|
||||
pub mod hashcash;
|
Loading…
Reference in New Issue
Block a user