From 26c84f23f0db086bfb5ef71c72e49799a9d32cbc Mon Sep 17 00:00:00 2001 From: Eylon Malin Date: Tue, 17 Dec 2019 10:21:49 +0200 Subject: default maven build of vid-webpack-master to run build and unit tests Issue-ID: VID-729 Signed-off-by: Eylon Malin Change-Id: I244996542d9b9d8f92af4db325d22585f0327d0f --- vid-webpack-master/package.json | 1 + vid-webpack-master/pom.xml | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/vid-webpack-master/package.json b/vid-webpack-master/package.json index f2f913612..4f7b5e24d 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", diff --git a/vid-webpack-master/pom.xml b/vid-webpack-master/pom.xml index 2fe0a6eaf..f84a485eb 100644 --- a/vid-webpack-master/pom.xml +++ b/vid-webpack-master/pom.xml @@ -28,7 +28,7 @@ content/repositories/staging/ content/repositories/snapshots/ content/repositories/releases/ - build + ci @@ -70,6 +70,7 @@ + if-not-webpack @@ -107,6 +108,7 @@ + webpack-npm -- cgit 1.2.3-korg