fix(js ci): don't ignore native deps anymore

we need em for desktop :)
This commit is contained in:
ethernet 2026-07-15 15:19:49 -04:00
parent 93808ca6a7
commit 3bfa6001f7

View file

@ -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