mirror of
https://github.com/bitwarden/cli
synced 2026-01-10 20:13:13 +00:00
JSLIB submodule dependence needs to be pulled prior to install (#338)
This commit is contained in:
committed by
Joseph Flinn
parent
1f0b8a2aa9
commit
8064e00896
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