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:
parent
72189330fd
commit
2a8e5aecfd
1
satellite/admin/back-office/ui/.gitignore
vendored
1
satellite/admin/back-office/ui/.gitignore
vendored
@ -1,6 +1,5 @@
|
||||
node_modules
|
||||
.DS_Store
|
||||
.idea
|
||||
package-lock.json
|
||||
/build/*
|
||||
!/build/.keep
|
||||
|
2475
satellite/admin/back-office/ui/package-lock.json
Normal file
2475
satellite/admin/back-office/ui/package-lock.json
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user