Skip to content

Commit b7d6a98

Browse files
committed
Moved sqlite3 to dependencies so it was not treated as part of the bundle
1 parent f9c5734 commit b7d6a98

File tree

6 files changed

+48
-139
lines changed

6 files changed

+48
-139
lines changed

.github/workflows/build_and_test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,6 @@ jobs:
4141
- name: Install dependencies
4242
run: npm ci
4343

44-
- name: Build sqlite3
45-
run: npm install sqlite3 --build-from-source
46-
4744
- name: Build TS
4845
run: npm run build:ts
4946

0 commit comments

Comments
 (0)