fix: use npm install instead of npm ci for api-client (no package-lock.json)
This commit is contained in:
@@ -45,7 +45,7 @@ jobs:
|
||||
|
||||
- name: Build API client
|
||||
run: |
|
||||
npm ci
|
||||
npm install
|
||||
npm run build --if-present
|
||||
working-directory: ./api-client
|
||||
|
||||
|
||||
Reference in New Issue
Block a user