From bd87a438e5b296a8d5462ad7e009fe6c27799898 Mon Sep 17 00:00:00 2001 From: Nadeem M <80162515+Nadeem-05@users.noreply.github.com> Date: Tue, 28 May 2024 12:34:49 +0530 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5dfad2a..b0a95ba 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -66,7 +66,7 @@ jobs: # You can remove the one that doesn't apply to your app to speed up the workflow a bit. - name: install frontend dependencies - run: npm run tauri build # change this to npm, pnpm or bun depending on which one you use. + run: npm install # change this to npm, pnpm or bun depending on which one you use. - uses: tauri-apps/tauri-action@v0 env: