Skip to content

Commit b3b2c3a

Browse files
ozgesolidkeyclaude
andcommitted
Fix release CI: rebuild better-sqlite3 for Node.js before tests
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent dffbbe6 commit b3b2c3a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yml

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

35+
- name: Rebuild native modules for Node.js (tests run on Node, not Electron)
36+
run: npm rebuild better-sqlite3
37+
3538
- name: Run tests
3639
run: npm test
3740

0 commit comments

Comments
 (0)