balls: fixing build pipeline

This commit is contained in:
Sheldan
2025-08-08 19:12:01 +02:00
parent 0417ffb05f
commit 2cae9100e7

View File

@@ -40,6 +40,9 @@ jobs:
- name: recBubbles Build
run: npx vite build
working-directory: recBubbles
- name: balls Install dependencies
run: npm install
working-directory: balls
- name: balls Build
run: npx vite build
working-directory: balls