fix (minor): merge mistake

This commit is contained in:
naskya 2023-12-27 18:43:42 +09:00
parent 07c905c33e
commit bdbe8a046b
Signed by: naskya
GPG key ID: 712D413B3A9FED5C

View file

@ -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 --"
}
}