angular-cn/aio/content/examples/docs-style-guide/package.1.json

8 lines
222 B
JSON
Raw Normal View History

2017-06-20 02:32:30 -04:00
{
"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"
}
}