chore(workflow): build tauri.js after install (#450)

This commit is contained in:
Jacob Bolda 2020-02-23 21:58:46 -06:00 committed by GitHub
parent 64367212a9
commit 92bdedce46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -89,6 +89,9 @@ jobs:
- name: install cli deps via yarn
working-directory: ./cli/tauri.js
run: yarn
- name: build cli
working-directory: ./cli/tauri.js
run: yarn build
- name: cache node modules
uses: actions/cache@v1
with: