Skip to content

Commit ce61324

Browse files
DanWahlinclaude
andcommitted
Fix CI: use npm rebuild for all native modules in client workspace
Individual installs miss other native bindings (Tailwind CSS 4, etc). A blanket rebuild in the client workspace fixes all optional native deps broken by npm/cli#4828. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 0468246 commit ce61324

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
- name: Install dependencies
3333
run: npm ci
3434

35-
- name: Fix native modules (npm/cli#4828)
36-
run: npm i @rollup/rollup-linux-x64-gnu lightningcss-linux-x64-gnu --no-save
35+
- name: Rebuild native modules (npm/cli#4828)
36+
run: npm rebuild
3737
working-directory: packages/client
3838

3939
- name: Build shared types

0 commit comments

Comments
 (0)