From 3bfa6001f763ba6a03d3ae97de08a3e67e455904 Mon Sep 17 00:00:00 2001 From: ethernet Date: Wed, 15 Jul 2026 15:19:49 -0400 Subject: [PATCH] fix(js ci): don't ignore native deps anymore we need em for desktop :) --- .github/workflows/js-tests.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/js-tests.yml b/.github/workflows/js-tests.yml index 7c3b69821..f0a384baf 100644 --- a/.github/workflows/js-tests.yml +++ b/.github/workflows/js-tests.yml @@ -44,7 +44,6 @@ jobs: cache: npm - uses: ./.github/actions/retry with: - # --ignore-scripts: TS & tests don't need native deps - command: npm ci --ignore-scripts + command: npm ci - run: npm run --prefix ${{ matrix.package }} check - run: npm run --prefix ${{ matrix.package }} fix