Skip to content

Commit

Permalink
chore(html): Use binding_html_node instead of html_node
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Aug 20, 2024
1 parent 6dc8b68 commit bdea5cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/html/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
"pack": "wasm-pack",
"build:ts": "tsc -d",
"build:wasm": "npm-run-all \"pack -- build ./crates/wasm --scope swc {1} -t {2} \" --",
"build": "tsc -d && napi build --platform --cargo-name html_node --js ./binding.js --dts binding.d.ts -p html_node --release --cargo-cwd ../..",
"build:dev": "tsc -d && napi build --platform --cargo-name html_node --js ./binding.js --dts binding.d.ts -p html_node --cargo-cwd ../..",
"build": "tsc -d && napi build --platform --cargo-name binding_html_node --js ./binding.js --dts binding.d.ts -p binding_html_node --release --cargo-cwd ../..",
"build:dev": "tsc -d && napi build --platform --cargo-name binding_html_node --js ./binding.js --dts binding.d.ts -p binding_html_node --cargo-cwd ../..",
"test": "echo 'done!'",
"version": "napi version -p scripts/npm"
},
Expand Down

0 comments on commit bdea5cb

Please sign in to comment.