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 d0abd53 commit 8913175Copy full SHA for 8913175
packages/html/package.json
@@ -42,7 +42,8 @@
42
"access": "public"
43
},
44
"scripts": {
45
- "artifacts": "napi artifacts --dist scripts/npm",
+ "artifacts": "napi artifacts --npm-dir scripts/npm",
46
+ "prepack": "tsc -d && napi prepublish -p scripts/npm --tag-style npm",
47
"prepublishOnly": "tsc -d && napi prepublish -p scripts/npm --tagstyle npm",
48
"build:ts": "tsc -d",
49
"build": "tsc -d && napi build --manifest-path ../../bindings/Cargo.toml --platform -p binding_html_node --js ./binding.js --dts ./binding.d.ts --release -o .",
0 commit comments