We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64b67ff commit ae29603Copy full SHA for ae29603
1 file changed
.github/workflows/ci.yml
@@ -22,6 +22,9 @@ jobs:
22
- name: Install dependencies
23
run: npm install --no-fund
24
25
+ - name: Rebuild native modules
26
+ run: npm rebuild better-sqlite3
27
+
28
- name: Generate version file
29
run: node scripts/sync-version.mjs
30
0 commit comments