From e5d9b7ea07f96edf0bc7775f192558de6366f978 Mon Sep 17 00:00:00 2001 From: Otto the Minion Date: Mon, 27 Apr 2026 20:48:55 -0400 Subject: [PATCH] fix: use npm install instead of npm ci for api-client (no package-lock.json) --- .gitea/workflows/dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/dev.yml b/.gitea/workflows/dev.yml index 10064ee..bfa23f0 100644 --- a/.gitea/workflows/dev.yml +++ b/.gitea/workflows/dev.yml @@ -45,7 +45,7 @@ jobs: - name: Build API client run: | - npm ci + npm install npm run build --if-present working-directory: ./api-client