From df1d5d52e3698f18b0d2a6c6b6cebe8e0f94a7e9 Mon Sep 17 00:00:00 2001 From: Takahashi Yuki Date: Sat, 14 Jan 2023 12:08:41 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20build=E3=81=99=E3=81=B9=E3=81=8D?= =?UTF-8?q?=E7=AE=87=E6=89=80=E3=81=8C=E8=AA=A4=E3=81=A3=E3=81=A6test?= =?UTF-8?q?=E3=81=97=E3=81=A6=E3=81=84=E3=81=9F=E3=81=AE=E3=81=A7=E5=A4=89?= =?UTF-8?q?=E6=9B=B4=20(#12)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c6bb2cb..55a4a03 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,5 +24,5 @@ jobs: run: npm run lint - name: Run unit tests run: npm test - - name: Run unit build - run: npm run test + - name: Run build + run: npm run build