mirror of
https://github.com/bitwarden/cli
synced 2026-01-16 06:53:12 +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/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -74,12 +74,12 @@ jobs:
|
||||
ResourceHacker -open version-info.rc -save version-info.res -action compile
|
||||
ResourceHacker -open %WIN_PKG% -save %WIN_PKG% -action addoverwrite -resource version-info.res
|
||||
|
||||
- name: Install
|
||||
run: npm install
|
||||
|
||||
- name: Setup sub-module
|
||||
run: npm run sub:init
|
||||
|
||||
- name: Install
|
||||
run: npm install
|
||||
|
||||
- name: Build & Package
|
||||
run: npm run dist
|
||||
|
||||
|
||||
Reference in New Issue
Block a user