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
|
# 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
|
||||||
|
|||||||
Generated
+6275
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user