From 0bc35dd413b91db075252b0517d3a15c93f05c14 Mon Sep 17 00:00:00 2001 From: xuthus Date: Tue, 16 Apr 2024 01:48:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index ea8b9d94..bfed11c9 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -16,7 +16,9 @@ jobs: uses: actions/setup-node@v4 with: node-version: '20' - run: npm install + - name: Build with Npm + run: | + npm install npm run build - name: Set up Docker Buildx id: buildx