mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-23 11:56:00 +01:00
Fixing Automated Web Deploy (#1082)
* switching back to npm install because duo_web_sdk is in the package-lock.json as an ssh url * trying the workaround found in https://github.com/npm/cli/issues/2610 * adding in the jslib to see if that fixes the original problem. Removing the workaround to isolate the solution * adding in back the workaround
This commit is contained in:
parent
77a401a931
commit
392e29a371
3
.github/workflows/deploy.yml
vendored
3
.github/workflows/deploy.yml
vendored
@ -44,9 +44,12 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
git config user.name = "GitHub Action Bot"
|
git config user.name = "GitHub Action Bot"
|
||||||
git config user.email = "<>"
|
git config user.email = "<>"
|
||||||
|
git config --global url."https://github.com/".insteadOf ssh://git@github.com/
|
||||||
|
git config --global url."https://".insteadOf ssh://
|
||||||
|
|
||||||
- name: Install and Build
|
- name: Install and Build
|
||||||
run: |
|
run: |
|
||||||
|
npm run sub:init
|
||||||
npm ci
|
npm ci
|
||||||
npm run dist
|
npm run dist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user