diff options
author | Eylon Malin <eylon.malin@intl.att.com> | 2019-12-17 10:21:49 +0200 |
---|---|---|
committer | Eylon Malin <eylon.malin@intl.att.com> | 2019-12-17 08:49:23 +0000 |
commit | 26c84f23f0db086bfb5ef71c72e49799a9d32cbc (patch) | |
tree | 05b89dd4d716b7bc8db5cb2d00d86e79ba7021d6 /vid-webpack-master/package.json | |
parent | 5f8ce4adff724009dad903887cd320a0095c1437 (diff) |
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
Diffstat (limited to 'vid-webpack-master/package.json')
-rw-r--r-- | vid-webpack-master/package.json | 1 |
1 files changed, 1 insertions, 0 deletions
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", |