JSLIB submodule dependence needs to be pulled prior to install (#338)

This commit is contained in:
Matt Gibson 2021-06-30 13:17:18 -04:00 committed by GitHub
parent 091d5cfae4
commit 0162692fde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 10 deletions

View File

@ -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

View File

@ -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

View File

@ -118,11 +118,11 @@ 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