From c8cf60fff51cb46a5e95f9f5c23eba89d262f9ad Mon Sep 17 00:00:00 2001 From: eunhak Date: Thu, 9 May 2024 19:16:06 +0900 Subject: [PATCH] test: ci test --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 447996d..9ca4370 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: - uses: actions/setup-node@v2 with: node-version: '20' - - run: npm run install + - run: npm install - run: npm run lint build: @@ -40,7 +40,7 @@ jobs: - uses: actions/setup-node@v2 with: node-version: '20' - - run: npm run install + - run: npm install - run: CI='false' npm run build test: @@ -56,5 +56,5 @@ jobs: - uses: actions/setup-node@v2 with: node-version: '20' - - run: npm run install + - run: npm install - run: npm run test