mirror of
https://github.com/zadam/trilium.git
synced 2025-12-16 05:09:54 +01:00
fix(ci): tsx not found when updating build info
This commit is contained in:
3
.github/workflows/main-docker.yml
vendored
3
.github/workflows/main-docker.yml
vendored
@@ -132,6 +132,9 @@ jobs:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
|
||||
- name: Update build info
|
||||
run: npm run chore:update-build-info
|
||||
|
||||
|
||||
Reference in New Issue
Block a user