aboutsummaryrefslogtreecommitdiffstats
path: root/vid-webpack-master/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'vid-webpack-master/package.json')
-rw-r--r--vid-webpack-master/package.json1
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",