From ebbb855a1c9be96489041bdf3be1a023967ba789 Mon Sep 17 00:00:00 2001 From: Chooooooo Date: Sun, 28 Jan 2024 14:59:04 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20CD=20=ED=8C=A8=ED=82=A4=EC=A7=80=20?= =?UTF-8?q?=EC=84=A4=EC=B9=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - npm ci시 오류 - npm install로 변경 --- .github/workflows/server-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/server-deploy.yml b/.github/workflows/server-deploy.yml index 9205d94..455f9c6 100644 --- a/.github/workflows/server-deploy.yml +++ b/.github/workflows/server-deploy.yml @@ -18,7 +18,7 @@ jobs: - name: npm install, test and lint run: | - npm ci + npm install npm run test npm run lint