fix(deploy): install with npm ci
This commit is contained in:
parent
5f7b8b2ffc
commit
f283db824d
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@ -22,7 +22,7 @@ jobs:
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
npm i
|
||||
npm ci
|
||||
npm run build
|
||||
|
||||
- name: Deploy
|
||||
|
Loading…
Reference in New Issue
Block a user