Skip to content

Commit 8913175

Browse files
committed
prepack
1 parent d0abd53 commit 8913175

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/html/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@
4242
"access": "public"
4343
},
4444
"scripts": {
45-
"artifacts": "napi artifacts --dist scripts/npm",
45+
"artifacts": "napi artifacts --npm-dir scripts/npm",
46+
"prepack": "tsc -d && napi prepublish -p scripts/npm --tag-style npm",
4647
"prepublishOnly": "tsc -d && napi prepublish -p scripts/npm --tagstyle npm",
4748
"build:ts": "tsc -d",
4849
"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

Comments
 (0)