forked from naskya/firefish
fix (minor): merge mistake
This commit is contained in:
parent
07c905c33e
commit
bdbe8a046b
1 changed files with 2 additions and 2 deletions
|
@ -41,7 +41,7 @@
|
|||
"prepublishOnly": "napi prepublish -t npm",
|
||||
"universal": "napi universal",
|
||||
"version": "napi version",
|
||||
"format": "cargo fmt --all -- --check",
|
||||
"lint": "cargo clippy --fix --allow-dirty --allow-staged && cargo fmt --all -- --check"
|
||||
"format": "cargo fmt --all --",
|
||||
"lint": "cargo clippy --fix --allow-dirty --allow-staged && cargo fmt --all --"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue