fix: use npm install instead of npm ci for api-client (no package-lock.json)
Some checks failed
Dev Build / notify-failure (push) Successful in 37s
Dev Build / build-test (push) Failing after 3m26s
Dev Build / notify-success (push) Has been skipped

This commit is contained in:
2026-04-27 20:48:55 -04:00
parent 0108d8aca0
commit e5d9b7ea07

View File

@@ -45,7 +45,7 @@ jobs:
- name: Build API client
run: |
npm ci
npm install
npm run build --if-present
working-directory: ./api-client