From cd77139cf0ec83fa574d5fa72aef329f9236e332 Mon Sep 17 00:00:00 2001 From: J-hoplin1 Date: Sun, 30 Jun 2024 03:21:39 +0900 Subject: [PATCH] =?UTF-8?q?Chore:=20GH=20Action=20pnpm=20=EC=98=B5?= =?UTF-8?q?=EC=85=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 316a5ea..2e8e33e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,7 +22,9 @@ jobs: - name: pnpm settings uses: pnpm/action-setup@v4 with: - run_install: false + run_install: | + - recursive: true + args: [--frozen-lockfile] - name: Install dependencies run: pnpm install - name: Check Application Build