mirror of https://github.com/tauri-apps/tauri
chore(workflow): build tauri.js after install (#450)
This commit is contained in:
parent
64367212a9
commit
92bdedce46
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue