Build new
Some checks are pending
On Push Deploy / deploy (push) Waiting to run

This commit is contained in:
Johnny322
2026-02-08 20:43:13 +01:00
parent d9087d6799
commit dfe26530c4

View File

@@ -23,7 +23,7 @@ jobs:
cd /root/repos/music-jeopardy
git pull
npm ci
- name: Start Vue dev server
- name: Build production bundle
run: |
cd /root/repos/music-jeopardy
npm run dev -- --host 0.0.0.0 --port 5173
npm run build