Skip to content

Commit

Permalink
release build
Browse files Browse the repository at this point in the history
  • Loading branch information
dewmal committed May 29, 2024
1 parent 5241129 commit f9c1021
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"main": "index.js",
"scripts": {
"build": "cargo-cp-artifact -nc libpdf.node -- cargo build --message-format=json-render-diagnostics",
"build-debug": "bun run build --",
"build-release": "bun run build -- --release",
"install:release": "bun run build-release",
"build-debug": "npm run build --",
"build-release": "npm run build -- --release",
"install:release": "npm run build-release",
"test": "vitest"
},
"author": "[email protected]",
Expand Down

0 comments on commit f9c1021

Please sign in to comment.