mirror of
https://github.com/ruvnet/RuVector.git
synced 2026-05-30 03:53:34 +00:00
fix(npm): Remove prepublishOnly script that conflicts with CI publish
The prepublishOnly script ran napi prepublish which conflicted with the manual publish process in the GitHub Actions workflow. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
6db3bab43d
commit
565307fff7
1 changed files with 0 additions and 1 deletions
|
|
@ -20,7 +20,6 @@
|
|||
"artifacts": "napi artifacts",
|
||||
"build": "napi build --platform --release -p ruvector-sona --manifest-path ../../../crates/sona/Cargo.toml -F napi",
|
||||
"build:debug": "napi build --platform -p ruvector-sona --manifest-path ../../../crates/sona/Cargo.toml -F napi",
|
||||
"prepublishOnly": "napi prepublish -t npm",
|
||||
"test": "node --test",
|
||||
"universal": "napi universal",
|
||||
"version": "napi version"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue