From 84215944346fd1ff841bf9e73b7626d9306a6c0c Mon Sep 17 00:00:00 2001 From: cwonseo Date: Wed, 23 Aug 2023 15:16:31 +0900 Subject: [PATCH] zz --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 0c30ccf..b8cfd69 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -12,7 +12,7 @@ jobs: - name: Check Node v run: node -v - name: Install Dependencies - run: yarn install --frozen-lockfile + run: npm install - name: Build run: npm run build - name: zip create