1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-07-03 11:45:26 +02:00

fixing the prod deploy workflow error with npm ci (#1054)

This commit is contained in:
Joseph Flinn 2021-06-29 20:51:53 -07:00 committed by GitHub
parent 1d22cd05f7
commit 81dfcca06c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,7 +47,7 @@ jobs:
- name: Install and Build
run: |
npm install
npm ci
npm run dist
- name: Deploy GitHub Pages