We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 100cd52 commit 31b51ccCopy full SHA for 31b51cc
package.json
@@ -63,7 +63,7 @@
63
"build:debug": "napi build --platform --package domparser_napi --js index.js && node scripts/postbuild.js",
64
"prepublishOnly": "napi prepublish -t npm",
65
"universal": "napi universalize",
66
- "version": "napi version && node scripts/sync-version.js && git add crates/domparser/Cargo.toml",
+ "version": "napi version && node scripts/sync-version.js && cargo check && git add crates/domparser/Cargo.toml Cargo.lock",
67
"test": "node --test",
68
"benchmark": "node ./benchmark/benchmark.mjs",
69
"prepare": "husky install"
0 commit comments