fix (backend-rs): update package.json

This commit is contained in:
naskya 2024-03-26 13:11:06 +09:00
parent 4e2c7e14bf
commit 9ee7804990
No known key found for this signature in database
GPG key ID: 712D413B3A9FED5C

View file

@ -36,7 +36,7 @@
"build": "napi build --features napi --platform --release --cargo-flags='--locked --frozen' ./built/",
"build:debug": "napi build --features napi --platform --cargo-flags='--locked --frozen' ./built/",
"prepublishOnly": "napi prepublish -t npm",
"test": "pnpm run cargo:test && pnpm run build:napi && ava",
"test": "pnpm run cargo:test && pnpm run build:debug && ava",
"universal": "napi universal",
"version": "napi version",
"format": "cargo fmt --all --",