mirror of
https://github.com/linuxserver/Clarkson.git
synced 2026-01-09 07:01:12 +08:00
Added angular2 pruning for Docker builds
This commit is contained in:
parent
cea6381010
commit
e6e9cfc461
@ -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": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user