diff options
author | Ittay Stern <ittay.stern@att.com> | 2019-06-18 11:22:46 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-06-18 11:22:46 +0000 |
commit | b83a6d85917a5fcbb5b54734b01e82fdaa1217d7 (patch) | |
tree | 58fcba66e6854811cf8e2964835aa5b44b567155 | |
parent | 05b9d57045bcff4535b7285d5181135e3cc7dcdc (diff) | |
parent | 1124e96b3b5812507b4a112f1e9b670ae0f9bda1 (diff) |
Merge "Show npm config"
-rwxr-xr-x | vid-app-common/pom.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/vid-app-common/pom.xml b/vid-app-common/pom.xml index aefd58dc4..b713e0abd 100755 --- a/vid-app-common/pom.xml +++ b/vid-app-common/pom.xml @@ -184,6 +184,16 @@ </configuration> </execution> <execution> + <id>npm config list</id> + <configuration> + <arguments>config ls -l</arguments> + </configuration> + <goals> + <goal>npm</goal> + </goals> + <phase>generate-resources</phase> + </execution> + <execution> <id>npm install</id> <configuration> <arguments>install</arguments> |