Update .gitea/workflows/build_and_puplish.yml
/ build_and_publish (push) Successful in 32s

This commit is contained in:
2025-07-20 15:20:21 +00:00
parent 6eca275a15
commit 039361e736
+1 -1
View File
@@ -18,7 +18,7 @@ jobs:
node-version: 20 node-version: 20
- name: Install NPM Packages - name: Install NPM Packages
run: | run: |
npm i / npm i
cd ./client cd ./client
npm i npm i
cd .. cd ..