fix(ci): Skip optional dependencies in native build

The optional dependencies reference platform packages that don't exist yet
(chicken-and-egg problem during initial build).

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
rUv 2025-12-03 21:39:01 +00:00
parent e83ea6db3c
commit a78ef9cc40

View file

@ -82,7 +82,7 @@ jobs:
- name: Install dependencies
working-directory: npm/packages/core
run: npm install --ignore-scripts
run: npm install --ignore-scripts --omit=optional
- name: Build native module
working-directory: npm/packages/core