mirror of
https://github.com/spacebarchat/server.git
synced 2026-03-30 18:15:41 +00:00
fix: install sqlite3 for build workflow
This commit is contained in:
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user