fix(ci): tsx not found when updating build info

This commit is contained in:
Elian Doran
2025-04-04 16:36:13 +03:00
parent c6681801fe
commit 6dc2e4088f
2 changed files with 8 additions and 0 deletions

View File

@@ -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