From e1a32a67c0aec7265da853b0e7d26f5e6689b3f8 Mon Sep 17 00:00:00 2001 From: halionaz Date: Tue, 11 Mar 2025 21:50:19 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20Panda=20Codegen=20=EA=B3=BC=EC=A0=95=20?= =?UTF-8?q?=EC=88=98=EB=8F=99=ED=99=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2495905d..2f24baac 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -20,6 +20,9 @@ jobs: - name: Install Dependencies run: yarn + - name: Panda Code Gen + run: yarn prepare + - name: 'Create env file' run: | touch .env