Skip to content

Commit

Permalink
No release
Browse files Browse the repository at this point in the history
  • Loading branch information
Rigidity committed Oct 7, 2024
1 parent 9e38b5b commit 354df54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion napi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"build:macos-x64": "napi build --platform --release --target x86_64-apple-darwin && pnpm run update-declarations",
"build:windows-x64": "napi build --platform --release --target x86_64-pc-windows-msvc && pnpm run update-declarations",
"build:linux-x64": "napi build --platform --release --target x86_64-unknown-linux-gnu && pnpm run update-declarations",
"prepublishOnly": "napi prepublish -t npm",
"prepublishOnly": "napi prepublish -t npm --skip-gh-release",
"test": "ava",
"universal": "napi universal",
"version": "napi version",
Expand Down

0 comments on commit 354df54

Please sign in to comment.