Skip to content

Commit

Permalink
chore: skip github release for napi prepublish (#57)
Browse files Browse the repository at this point in the history
* ci: use changeset publish instead

* chore: skip github release for napi prepublish
  • Loading branch information
fu050409 authored Jul 23, 2024
1 parent a43f55a commit c1c2a0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"format:toml": "taplo format",
"format:rs": "cargo fmt",
"lint": "oxlint .",
"prepublishOnly": "napi prepublish -t npm",
"prepublishOnly": "napi prepublish -t npm --skip-gh-release",
"test": "ava",
"bump": "node scripts/bump.mjs"
},
Expand Down

0 comments on commit c1c2a0a

Please sign in to comment.