From 039361e7360247864606a9dc6c9709a2fc44b4d8 Mon Sep 17 00:00:00 2001 From: Christoph Date: Sun, 20 Jul 2025 15:20:21 +0000 Subject: [PATCH] Update .gitea/workflows/build_and_puplish.yml --- .gitea/workflows/build_and_puplish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build_and_puplish.yml b/.gitea/workflows/build_and_puplish.yml index de8ff27..7ee8a46 100644 --- a/.gitea/workflows/build_and_puplish.yml +++ b/.gitea/workflows/build_and_puplish.yml @@ -18,7 +18,7 @@ jobs: node-version: 20 - name: Install NPM Packages run: | - npm i / + npm i cd ./client npm i cd ..