Added angular2 pruning for Docker builds

This commit is contained in:
Josh Stark 2018-02-14 09:56:02 +00:00 committed by GitHub
parent cea6381010
commit e6e9cfc461
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,8 @@
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
"e2e": "ng e2e",
"prune-angular2": "npm uninstall @angular/animations @angular/common @angular/compiler @angular/core @angular/forms @angular/http @angular/platform-browser @angular/platform-browser-dynamic @angular/router angular2-flash-messages ng2-charts yargs"
},
"private": true,
"dependencies": {