Skip to content

Commit 07bdc1d

Browse files
puikinshclaude
andcommitted
Build better-sqlite3 native module in CI before SvelteKit build
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 33cf83e commit 07bdc1d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919

2020
- run: pnpm install --frozen-lockfile
2121

22+
- name: Build native modules
23+
run: cd node_modules/.pnpm/better-sqlite3@*/node_modules/better-sqlite3 && npx node-gyp rebuild --release
24+
2225
- run: pnpm build
2326

2427
- name: Rsync build to server

0 commit comments

Comments
 (0)