From d048a7c79efe3c7e17dc4a55be463ffe83b58b8e Mon Sep 17 00:00:00 2001 From: "tom.coursow" Date: Wed, 12 Jul 2023 14:07:01 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9E.gitea/workflows/build.yml=E2=80=9C=20?= =?UTF-8?q?=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 484ade4..ebf818a 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -26,8 +26,10 @@ jobs: uses: actions/setup-node@v3 with: node-version: '18' + - name: Install Dependencies + run: npm ci - name: Build - run: npm build + run: npm run build - name: Deploy run: | echo Deploying...