diff options
author | sebdet <sebastien.determe@intl.att.com> | 2019-10-23 14:40:31 +0200 |
---|---|---|
committer | sebdet <sebastien.determe@intl.att.com> | 2019-10-23 14:40:31 +0200 |
commit | 4c27274a3edfefe6cf50e6a517865b37786dc7c6 (patch) | |
tree | 5742026203388ba0338d2aa7ad82190b70927185 /pom.xml | |
parent | 83012f4a596b5d4fcc9f4bc9f9410641f1e6e85f (diff) |
Try to dump config
Try to log config to investigate the npm publish problem
Issue-ID: CLAMP-450
Change-Id: Ib63e77f97d77a2b1e887600cb83b85252a68a53f
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1122,7 +1122,7 @@ </goals> <phase>deploy</phase> <configuration> - <arguments>publish --registry ${npm.publish.url}</arguments> + <arguments>run-script publish</arguments> </configuration> </execution> </executions> |