mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-28 11:10:12 +08:00
When new application is generated with --minimal flag it will be created without any testing frameworks, linters, etc. But package.json still contains broken scripts and dependencies. So "test": "ng test", "lint": "ng lint" and "tslint": "~6.1.0", "ts-node": "~8.3.0" should be removed. By analogy with "e2e": "ng e2e".