From 332fd9b0bed55d2d004073fa55f33c0da19f3854 Mon Sep 17 00:00:00 2001 From: Prayag Prajapati Date: Mon, 25 Sep 2023 22:28:28 +0530 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 39a43966..88b35960 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -60,7 +60,7 @@ jobs: - name: Install app dependencies and build web # Remove `&& yarn build` if you build your frontend in `beforeBuildCommand` - run: pnpm install && pnpm run build # Change this to npm, yarn or pnpm. + run: pnpm install --no-frozen-lockfile && pnpm run build # Change this to npm, yarn or pnpm. - name: Build the app uses: tauri-apps/tauri-action@v0