ci: commit frontend package-lock.json for reproducible CI builds
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:
@@ -47,7 +47,6 @@ backend/.DS_Store
|
||||
|
||||
# Dependencies
|
||||
frontend/node_modules
|
||||
frontend/package-lock.json
|
||||
|
||||
# SvelteKit/Vite build artifacts and cache
|
||||
frontend/.svelte-kit
|
||||
|
||||
Reference in New Issue
Block a user