From 285a4083cc5e5e800360cd027277fcda8d178fa1 Mon Sep 17 00:00:00 2001 From: rUv Date: Wed, 3 Dec 2025 18:25:10 +0000 Subject: [PATCH] fix(workflow): Remove redundant npm install step that broke workspace resolution MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The napi-rs CLI is already installed globally, so the local install step was causing npm to resolve workspace dependencies including the non-existent psycho-symbolic-integration package. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- .github/workflows/sona-napi.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/sona-napi.yml b/.github/workflows/sona-napi.yml index a74236f7..58411fc1 100644 --- a/.github/workflows/sona-napi.yml +++ b/.github/workflows/sona-napi.yml @@ -89,10 +89,6 @@ jobs: - name: Install napi-rs CLI run: npm install -g @napi-rs/cli - - name: Install dev dependencies only - working-directory: npm/packages/sona - run: npm install --ignore-optional --no-save @napi-rs/cli - - name: Build native module working-directory: npm/packages/sona env: