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
|
- name: Build API client
|
||||||
run: |
|
run: |
|
||||||
npm ci
|
npm install
|
||||||
npm run build --if-present
|
npm run build --if-present
|
||||||
working-directory: ./api-client
|
working-directory: ./api-client
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user