From 0905f144a77ddc48c5bea9f15e9aa93b2dd63882 Mon Sep 17 00:00:00 2001 From: Pugma Date: Fri, 31 May 2024 18:13:11 +0900 Subject: [PATCH] =?UTF-8?q?step=20name=E3=81=AE=E5=85=88=E9=A0=AD=E3=82=92?= =?UTF-8?q?=E5=A4=A7=E6=96=87=E5=AD=97=E3=81=AB=E7=B5=B1=E4=B8=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 4d5e945..0e179b5 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -21,9 +21,9 @@ jobs: with: node-version-file: ./.node-version cache: npm - - name: node package install + - name: Node package install run: npm ci - - name: vite build + - name: Vite build run: npm run build env: NODE_ENV: production