From 851598eae7d352ea515ddbde04cbc7d064444e17 Mon Sep 17 00:00:00 2001 From: six-standard Date: Mon, 11 Dec 2023 23:04:37 +0900 Subject: [PATCH] =?UTF-8?q?chore=20::=20=EB=B0=B0=ED=8F=AC=20=ED=99=98?= =?UTF-8?q?=EA=B2=BD=20=EC=84=A4=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index aedda6b..3850757 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,8 +20,8 @@ jobs: node-version: ${{ matrix.node-version }} - # - name: Install dependencies - # run: npm install + - name: Install dependencies + run: npm install - name: build run: CI='false' npm run build