npm: changed to cmdrunner (#6989)

* npm: refactor to use CmdRunner

- initial commit, not working

* better handling of parameter "production"

* add changelog frag

* fixed command call and tests

* removed extraneous commented debug code
This commit is contained in:
Alexei Znamensky
2023-08-12 19:57:49 +12:00
committed by GitHub
parent f7176df480
commit 5988b9acea
3 changed files with 71 additions and 59 deletions

View File

@@ -0,0 +1,2 @@
minor_changes:
- npm - module now using ``CmdRunner`` to execute external commands (https://github.com/ansible-collections/community.general/pull/6989).