From 5f933720dc40ae7ccc19c6a7d00978f536d64bac Mon Sep 17 00:00:00 2001 From: jungwoo3490 Date: Wed, 23 Oct 2024 23:22:57 +0900 Subject: [PATCH] =?UTF-8?q?chore(*):=20--no-frozen-lockfile=20flag=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0df90cc..b4f0ed4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,7 @@ jobs: cache-dependency-path: "pnpm-lock.yaml" - name: Install dependencies - run: pnpm install + run: pnpm install --no-frozen-lockfile - name: Create Release Pull Request or Publish to npm id: changesets