default maven build of vid-webpack-master to run build and unit tests

Issue-ID: VID-729
Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
Change-Id: I244996542d9b9d8f92af4db325d22585f0327d0f
diff --git a/vid-webpack-master/package.json b/vid-webpack-master/package.json
index f2f9136..4f7b5e2 100644
--- a/vid-webpack-master/package.json
+++ b/vid-webpack-master/package.json
@@ -8,6 +8,7 @@
     "build": "ng build --no-progress --no-aot --output-hashing all",
     "build.prod": "ng build",
     "test": "jest",
+    "ci": "npm run test && npm run build",
     "test:jest": "jest",
     "test:jest:pipeline": "jest --silent --ci --reporters=default --reporters=jest-junit",
     "test:jest:watch": "jest --watch",