diff options
author | Jimmy Forsyth <jf2512@att.com> | 2019-08-08 16:58:09 -0400 |
---|---|---|
committer | Jimmy Forsyth <jf2512@att.com> | 2019-08-08 16:58:12 -0400 |
commit | 85be10eac05a4d95b58f1afbca6d2018f91434c2 (patch) | |
tree | 8c3acfae55b9d4278ba5e2e5b6bde00c5e1f6e48 | |
parent | db14c699054e4f03d0a141c30809556403013ae0 (diff) |
Add build debug
Issue-ID: AAI-2576
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Change-Id: Ia013dc3026e349c7692240822e130c90f2c7b377
-rw-r--r-- | pom.xml | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -93,6 +93,14 @@ <goal>npm</goal> </goals> <phase>generate-resources</phase> + <configuration> + <!-- optional: The default argument is actually + "install", so unless you need to run some other npm command, + you can remove this whole <configuration> section. + --> + <arguments>install -ddd</arguments> + </configuration> + </execution> <execution> <id>gulp build</id> |