From 0e2c12dfaa6d2a6bc0ae9786708354c816d991fd Mon Sep 17 00:00:00 2001 From: Z4NR34L Date: Mon, 9 Jan 2023 09:51:29 +0100 Subject: [PATCH] Forgot to change yarn to npm install --- .github/workflows/releases.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/releases.yml b/.github/workflows/releases.yml index 389911fe..44caa4e8 100644 --- a/.github/workflows/releases.yml +++ b/.github/workflows/releases.yml @@ -89,7 +89,7 @@ jobs: - name: Install app dependencies and build web # Remove `&& yarn build` if you build your frontend in `beforeBuildCommand` - run: npm && npm build # Change this to npm, yarn or pnpm. + run: npm install # Change this to npm, yarn or pnpm. - name: Build the app uses: tauri-apps/tauri-action@v0