ci: use npm install instead of npm ci for lock compatibility
All checks were successful
Deploy Admin Frontend / build-and-deploy (push) Successful in 19s
All checks were successful
Deploy Admin Frontend / build-and-deploy (push) Successful in 19s
This commit is contained in:
parent
63a06c1a2d
commit
12ef1f40fb
@ -19,7 +19,7 @@ jobs:
|
|||||||
- name: Install dependencies and build
|
- name: Install dependencies and build
|
||||||
run: |
|
run: |
|
||||||
cd /tmp/admin-projects
|
cd /tmp/admin-projects
|
||||||
npm ci
|
npm install
|
||||||
npm run build
|
npm run build
|
||||||
|
|
||||||
- name: Deploy to production
|
- name: Deploy to production
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user