mirror of
https://github.com/bitwarden/browser
synced 2025-12-26 05:03:33 +00:00
JSLIB submodule dependence needs to be pulled prior to install (#338)
This commit is contained in:
6
.github/workflows/deploy.yml
vendored
6
.github/workflows/deploy.yml
vendored
@@ -144,10 +144,8 @@ jobs:
|
||||
env:
|
||||
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
|
||||
- name: npm setup
|
||||
run: |
|
||||
npm install
|
||||
npm run sub:init
|
||||
- name: Setup sub-module
|
||||
run: npm run sub:init
|
||||
|
||||
- name: npm install
|
||||
run: npm install
|
||||
|
||||
Reference in New Issue
Block a user