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

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: