From 92bdedce46cb0835d2180560650fb9705fc18cda Mon Sep 17 00:00:00 2001 From: Jacob Bolda Date: Sun, 23 Feb 2020 21:58:46 -0600 Subject: [PATCH] chore(workflow): build tauri.js after install (#450) --- .github/workflows/build-smoke-tests.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build-smoke-tests.yml b/.github/workflows/build-smoke-tests.yml index 89cc0e60d..e8afbda7a 100644 --- a/.github/workflows/build-smoke-tests.yml +++ b/.github/workflows/build-smoke-tests.yml @@ -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: