Skip to content

Commit

Permalink
z
Browse files Browse the repository at this point in the history
  • Loading branch information
everpcpc committed Dec 3, 2024
1 parent 8b01754 commit 36e8c9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bindings/nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
"node": ">= 10"
},
"scripts": {
"build": "napi build --platform --target \"${NAPI_TARGET:-}\" --release --js generated.js && node ./scripts/header.js",
"build:debug": "napi build --platform --target \"${NAPI_TARGET:-}\" --js generated.js && node ./scripts/header.js",
"build": "napi build --platform --target=$NAPI_TARGET --release --js generated.js && node ./scripts/header.js",
"build:debug": "napi build --platform --target=$NAPI_TARGET --js generated.js && node ./scripts/header.js",
"docs": "typedoc",
"format": "prettier --write .",
"test": "cucumber-js",
Expand Down

0 comments on commit 36e8c9b

Please sign in to comment.