Skip to content

Commit

Permalink
Fix rebuild script (#1344)
Browse files Browse the repository at this point in the history
  • Loading branch information
Thoralf-M authored Oct 31, 2022
1 parent eff74d6 commit 6f3f9a7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changes/fix-rebuild-script.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

---
"nodejs-binding": patch
---

Fix rebuild script.
2 changes: 1 addition & 1 deletion client/bindings/nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"install": "prebuild-install --tag-prefix nodejs-binding-v || npm run rebuild",
"build": "npm run build:neon && tsc",
"build:neon": "cargo-cp-artifact -nc ./index.node -- cargo build --release --message-format=json-render-diagnostics",
"rebuild": "npm run build:neon && tsc && node scripts/strip.js",
"rebuild": "npm run build:neon && tsc && node scripts/node-neon-build.js --strip && node scripts/strip.js",
"prebuild:node": "prebuild --prepack scripts/node-neon-build.js --strip",
"prebuild:electron": "node scripts/electron-prebuild.js",
"docs-wiki-build": "typedoc --githubPages false --disableSources --excludePrivate --excludeInternal --excludeNotDocumented --plugin typedoc-plugin-markdown --theme markdown --hideBreadcrumbs --entryDocument api_ref.md --readme none --hideGenerator --sort source-order --exclude ./**/src/index.ts --out ../../../documentation/docs/libraries/nodejs/references/ ./lib/index.ts",
Expand Down

0 comments on commit 6f3f9a7

Please sign in to comment.