ci: commit frontend package-lock.json for reproducible CI builds
Backend CI / Tests (push) Successful in 59s
Backend CI / Race detector (push) Failing after 22s
Backend CI / Lint & vulns (push) Failing after 52s

package-lock.json was gitignored, so CI checkouts didn't have it and
npm ci failed. Removing from .gitignore so it's tracked and CI can
install dependencies deterministically.
This commit is contained in:
2026-06-25 13:07:20 +01:00
parent a4a475a07d
commit 00c06ca79a
2 changed files with 6275 additions and 1 deletions
-1
View File
@@ -47,7 +47,6 @@ backend/.DS_Store
# Dependencies # Dependencies
frontend/node_modules frontend/node_modules
frontend/package-lock.json
# SvelteKit/Vite build artifacts and cache # SvelteKit/Vite build artifacts and cache
frontend/.svelte-kit frontend/.svelte-kit
+6275
View File
File diff suppressed because it is too large Load Diff