mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
7 lines
222 B
JSON
7 lines
222 B
JSON
{
|
|
"scripts": {
|
|
"start": "concurrently \"npm run build:watch\" \"npm run serve\"",
|
|
"test": "concurrently \"npm run build:watch\" \"karma start karma.conf.js\"",
|
|
"lint": "tslint ./src/**/*.ts -t verbose"
|
|
}
|
|
}
|