chore: reorganize npm script (#884)

The goal is every package should be responsible to `lint`, `build` and
`test` commands. This modification helps to easier add new package to
the repository.
This commit is contained in:
Róbert Kiss
2018-12-22 02:20:38 +01:00
committed by László Monda
parent c9f052b8c7
commit 1eb8720305
6 changed files with 21 additions and 29 deletions

View File

@@ -19,6 +19,7 @@
"devDependencies": {
},
"scripts": {
"test": "jasmine-ts --config=jasmine.json"
"test": "jasmine-ts --config=jasmine.json",
"lint": "tslint --project tsconfig.json"
}
}