From 0e952a4fbe8a792df0386a685f95dadea415e915 Mon Sep 17 00:00:00 2001 From: Takeshi Kimata <117462761+kimatata@users.noreply.github.com> Date: Sun, 28 Jul 2024 10:41:46 +0900 Subject: [PATCH] feat: github actions --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cedd16b..5d2f2a0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,6 +31,6 @@ jobs: # frontend - name: nextjs build working-directory: ./frontend - run: npm ci - run: npm run build # nextjs build + - run: npm ci + - run: npm run build # nextjs build