Is your feature request related to a problem? Please describe.
The command 'jf npm clean-install' does not support build parameters for dependency collection into build-info.
Describe the solution you'd like to see
Add build collection to ‘jf npm clean-install’ so we can use build parameters ‘jf npm clean install --build-name --build-number ’
Describe alternatives you've considered
As workaround, we can use the 'jf npm ci --build-name --build-number ' command.
Additional context
Same as internal Feature Request RTECO-520