From 7199b634f4e50555e45e34e50acb46be1fdbd897 Mon Sep 17 00:00:00 2001 From: n1lsqn Date: Sun, 12 Nov 2023 11:36:02 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20install=E3=81=AB=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5bea15d..a2b5bbd 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,7 +21,7 @@ jobs: restore-keys: ${{ runner.os }}-npm- - name: Install node modules - run: npm ci + run: npm install - name: Build ai run: npm run build \ No newline at end of file