Description: Always run npm ci when we run node_modules install. It should be done because we always have to be sure about what we ship in the package is safe and stable.
npm ci
https://pagure.io/389-ds-base/issue/50052
Reviewed by: ?
rebased onto 5e7f8e47ac6606d1a9c49f160f73dc4464aeb777
LGTM
rebased onto ff46f533e9c0f4a1d0a82b39ca25dbafa7f32a73
Pull-Request has been merged by spichugi
389-ds-base is moving from Pagure to Github. This means that new issues and pull requests will be accepted only in 389-ds-base's github repository.
This pull request has been cloned to Github as issue and is available here: - https://github.com/389ds/389-ds-base/issues/3478
If you want to continue to work on the PR, please navigate to the github issue, download the patch from the attachments and file a new pull request.
Thank you for understanding. We apologize for all inconvenience.
Pull-Request has been closed by spichugi
Description: Always run
npm ciwhen we run node_modules install.It should be done because we always have to be sure about
what we ship in the package is safe and stable.
https://pagure.io/389-ds-base/issue/50052
Reviewed by: ?