mirror of https://github.com/ansible/ansible.git
Added npm ci command (#49665)
* #49664 Added npm ci command * Update lib/ansible/modules/packaging/language/npm.py Sure Co-Authored-By: Bramzor <bramverdonck@telenet.be> * Moved ci_install so it would work for specific packages Would this work? * Reverted last commit npm ci will remove node_modules so cannot be used it to install a specific module. * Update lib/ansible/modules/packaging/language/npm.py Co-Authored-By: Bramzor <bramverdonck@telenet.be> * Update lib/ansible/modules/packaging/language/npm.py Co-Authored-By: Bramzor <bramverdonck@telenet.be> * Update lib/ansible/modules/packaging/language/npm.py Co-Authored-By: Bramzor <bramverdonck@telenet.be>pull/52820/head
parent
7d5418e3d0
commit
17186bbde0
@ -0,0 +1,3 @@
|
||||
---
|
||||
minor_changes:
|
||||
- "npm ci feature added which allows to install a project with a clean slate: https://docs.npmjs.com/cli/ci.html"
|
Loading…
Reference in New Issue