Skip to content

Commit

Permalink
chore(npm): fix napi argument (#2808)
Browse files Browse the repository at this point in the history
According to the print out here:
https://github.com/GlareDB/glaredb/actions/runs/8363511181/job/22898484272#step:10:27

`napi` doesn't accept any args (`=true` in this case) for boolean flags.
  • Loading branch information
greyscaled committed Mar 20, 2024
1 parent 8f2feab commit 8d8aefa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"artifacts": "napi artifacts",
"build": "napi build --platform --release",
"build:debug": "napi build --platform",
"prepublishOnly": "napi prepublish --skip-gh-release=true -t npm",
"prepublishOnly": "napi prepublish --skip-gh-release -t npm",
"test": "ava",
"universal": "napi universal",
"version": "napi version"
Expand Down

0 comments on commit 8d8aefa

Please sign in to comment.