mirror of
https://github.com/ruvnet/RuVector.git
synced 2026-05-29 19:33:34 +00:00
fix(workflow): Use correct napi-rs CLI options for build
Changed --cargo-cwd to proper --manifest-path and -p flags. The build command now matches the working package.json script format. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
285a4083cc
commit
f96564df9a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/sona-napi.yml
vendored
2
.github/workflows/sona-napi.yml
vendored
|
|
@ -94,7 +94,7 @@ jobs:
|
|||
env:
|
||||
CARGO_BUILD_TARGET: ${{ matrix.target }}
|
||||
run: |
|
||||
npx napi build --platform --release --cargo-cwd ../../../crates/sona --features napi --target ${{ matrix.target }}
|
||||
npx napi build --platform --release -p ruvector-sona --manifest-path ../../../crates/sona/Cargo.toml -F napi --target ${{ matrix.target }}
|
||||
|
||||
- name: List built files
|
||||
working-directory: npm/packages/sona
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue