mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-22 11:45:59 +01:00
fixing the prod deploy workflow error with npm ci (#1054)
This commit is contained in:
parent
1d22cd05f7
commit
81dfcca06c
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@ -47,7 +47,7 @@ jobs:
|
||||
|
||||
- name: Install and Build
|
||||
run: |
|
||||
npm install
|
||||
npm ci
|
||||
npm run dist
|
||||
|
||||
- name: Deploy GitHub Pages
|
||||
|
Loading…
Reference in New Issue
Block a user