mirror of
https://github.com/bitwarden/browser
synced 2025-12-21 02:33:46 +00:00
fixing the prod deploy workflow error with npm ci (#1054)
This commit is contained in:
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@@ -47,7 +47,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Install and Build
|
- name: Install and Build
|
||||||
run: |
|
run: |
|
||||||
npm install
|
npm ci
|
||||||
npm run dist
|
npm run dist
|
||||||
|
|
||||||
- name: Deploy GitHub Pages
|
- name: Deploy GitHub Pages
|
||||||
|
|||||||
Reference in New Issue
Block a user