satellite/admin/back-office/ui: Don't ignore package-lock.json

When the new back office UI sources where copied from former repository
I didn't realize that the .gitignore had the package-lock.json file.

This commit remove the package-lock.json file, so it can be tracked, in
order to have reproducible builds.

The lack of the file caused the build to fail due to `npm ci` requires
it.

Change-Id: Ibe493d0cd5762afe5caabe9b77a333fd6daa5373
This commit is contained in:
Ivan Fraixedes 2023-09-27 13:17:30 +02:00
parent 72189330fd
commit 2a8e5aecfd
No known key found for this signature in database
GPG Key ID: FB6101AFB5CB5AD5
2 changed files with 2475 additions and 1 deletions

View File

@ -1,6 +1,5 @@
node_modules
.DS_Store
.idea
package-lock.json
/build/*
!/build/.keep

File diff suppressed because it is too large Load Diff