summaryrefslogtreecommitdiffstats
path: root/gui-pdp-monitoring
diff options
context:
space:
mode:
authordanielhanrahan <daniel.hanrahan@est.tech>2021-09-15 16:35:40 +0100
committerDaniel Hanrahan <daniel.hanrahan@est.tech>2021-09-22 11:44:00 +0000
commitaa3754bc3dbcd08203744912f01f98f91768bf61 (patch)
treeae80fd4641b315ffd3f870cd2cb70b1215502fe3 /gui-pdp-monitoring
parent48808f2f28b6acf699f093beffc909cdb820262a (diff)
Clean package-lock.json files
Clean package-lock.json files with maven clean Remove incorrect entry from .gitignore Issue-ID: POLICY-3646 Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech> Change-Id: Iab744932f7def2495afa4600c9e26dbe71a1414a
Diffstat (limited to 'gui-pdp-monitoring')
-rw-r--r--gui-pdp-monitoring/pom.xml7
1 files changed, 5 insertions, 2 deletions
diff --git a/gui-pdp-monitoring/pom.xml b/gui-pdp-monitoring/pom.xml
index e070d9d..2bfe6d8 100644
--- a/gui-pdp-monitoring/pom.xml
+++ b/gui-pdp-monitoring/pom.xml
@@ -148,8 +148,11 @@
<directory>${webapp.dir}/node_modules</directory>
</fileset>
<fileset>
- <directory>${webapp.dir}/dist/</directory>
- <includes>bundle.js</includes>
+ <directory>${webapp.dir}</directory>
+ <includes>
+ <include>package-lock.json</include>
+ <include>dist/bundle.js</include>
+ </includes>
</fileset>
</filesets>
</configuration>