Commit 7386f7d
authored
chore: drop stale onnxruntime-node CUDA-skip npmrc setting (post-ADR-0019) (#254)
## Summary
Removes the dead `onnxruntime_node_install_cuda=skip` config from
`.npmrc` and its accompanying note in `pnpm-workspace.yaml`.
That setting guarded the **onnxruntime-node** postinstall (which
otherwise fetched a ~400MB CUDA execution provider from NuGet).
onnxruntime-node was replaced by **onnxruntime-web** (prebuilt WASM, no
install script) in the single-file SQLite migration (ADR 0019) and is no
longer a dependency anywhere in the workspace.
The leftover setting did nothing except emit `npm warn Unknown ...
config "onnxruntime_node_install_cuda"` on every npm/pnpm invocation
(visible in the v0.10.0 publish logs). No-op cleanup.
## Verification
- `grep -rn onnxruntime-node packages/*/package.json package.json` → no
matches (not a dependency).
- pre-commit (pnpm-lock-sync, banned-strings) + pre-push (typecheck +
full test suite) green.1 parent 465332b commit 7386f7d
2 files changed
Lines changed: 0 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | 59 | | |
63 | 60 | | |
64 | 61 | | |
| |||
0 commit comments