summary refs log tree commit diff
diff options
context:
space:
mode:
authorCyberL1 <cyber.hf18@gmail.com>2026-01-10 15:59:56 +0100
committerCyberL1 <cyber.hf18@gmail.com>2026-01-10 15:59:56 +0100
commit8689e0b81c211c92dbbfe72875b671f99a937a77 (patch)
treeda6ae2f5c0f5307255ebd0b90efdd9de573c132e
parentfix: relationshipsSelf are now actually self (diff)
downloadserver-ts-8689e0b81c211c92dbbfe72875b671f99a937a77.tar.xz
fix: install sqlite3 for build workflow
-rw-r--r--.github/workflows/build.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml

index e65e6b29..4eff6e5e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml
@@ -23,5 +23,6 @@ jobs: node-version: ${{ matrix.node-version }} cache: 'npm' - run: npm ci + - run: npm install --no-save sqlite3 --force - run: npm run build --if-present - run: npm run test --if-present