From be080dcd13bf82e00657f9ed65593583e5ad9eaf Mon Sep 17 00:00:00 2001 From: Jihyeong00 Date: Sat, 27 Apr 2024 10:46:46 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20pnpm=20package=EB=A1=9C=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/chromatic.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml index e2765e1..d24aadf 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -11,8 +11,11 @@ jobs: with: fetch-depth: 0 + - name: Install package manager + run: npm i -D pnpm + - name: Install dependencies - run: npm install + run: pnpm build - name: Run Chromatic uses: chromaui/action@latest