test(angular): add CI (#16496)

This commit is contained in:
Manu MA
2018-11-28 20:05:50 +01:00
committed by GitHub
parent 2d0e0bafea
commit 5f32053edb
15 changed files with 124 additions and 17 deletions

View File

@@ -6,11 +6,10 @@
"start": "ng serve",
"sync:build": "sh scripts/build-ionic.sh",
"sync": "sh scripts/sync.sh",
"build": "ng build",
"test": "ng test",
"build": "ng build --prod",
"test": "ng e2e --prod",
"lint": "ng lint",
"e2e": "ng e2e",
"postinstall": "npm run sync:build"
"postinstall": "npm run sync"
},
"private": true,
"dependencies": {