Skip to content

Commit

Permalink
chore(release): napi --skip-gh-release (#2740)
Browse files Browse the repository at this point in the history
  • Loading branch information
greyscaled authored Mar 5, 2024
1 parent fd79ed3 commit b06955d
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 -t npm",
"prepublishOnly": "napi prepublish --skip-gh-release=true -t npm",
"test": "ava",
"universal": "napi universal",
"version": "napi version"
Expand Down

0 comments on commit b06955d

Please sign in to comment.