Skip to content

Commit 31b51cc

Browse files
committed
chore: update version script to include Cargo.lock
1 parent 100cd52 commit 31b51cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"build:debug": "napi build --platform --package domparser_napi --js index.js && node scripts/postbuild.js",
6464
"prepublishOnly": "napi prepublish -t npm",
6565
"universal": "napi universalize",
66-
"version": "napi version && node scripts/sync-version.js && git add crates/domparser/Cargo.toml",
66+
"version": "napi version && node scripts/sync-version.js && cargo check && git add crates/domparser/Cargo.toml Cargo.lock",
6767
"test": "node --test",
6868
"benchmark": "node ./benchmark/benchmark.mjs",
6969
"prepare": "husky install"

0 commit comments

Comments
 (0)