From d05d05a5a16149f3953266ede5a1b2c3222d6d3e Mon Sep 17 00:00:00 2001 From: GeckoEidechse Date: Fri, 26 Aug 2022 02:12:19 +0200 Subject: Compile TypeScript in CI before tauri build run --- .github/workflows/push-test.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/push-test.yml b/.github/workflows/push-test.yml index f02a8cb3..8af407e9 100644 --- a/.github/workflows/push-test.yml +++ b/.github/workflows/push-test.yml @@ -25,7 +25,10 @@ jobs: sudo apt-get update sudo apt-get install -y libgtk-3-dev webkit2gtk-4.0 libappindicator3-dev librsvg2-dev patchelf - name: install app dependencies and build it - run: npm install && npm run tauri build + run: | + npm install + bash ./node_modules/.bin/rollup -c + npm run tauri build - uses: tauri-apps/tauri-action@v0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} -- cgit v1.2.3