npm install instead of npm ci
All checks were successful
On Push Deploy / deploy (push) Successful in 24s

This commit is contained in:
Johnny322
2026-02-10 16:10:49 +01:00
parent 52b0d1b6b2
commit 559b0a4c7d

View File

@@ -23,7 +23,7 @@ jobs:
run: |
cd /repos/music-jeopardy
git pull
npm ci
npm install
- name: Build production bundle
run: |
cd /repos/music-jeopardy