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 ..