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:
committed by
László Monda
parent
c9f052b8c7
commit
1eb8720305
@@ -16,7 +16,8 @@
|
||||
"copy:scancodes": "copyfiles ./src/config-serializer/config-items/scancodes.json dist",
|
||||
"copy:secondary-roles": "copyfiles ./src/config-serializer/config-items/secondaryRole.json dist",
|
||||
"test": "jasmine-ts --config=jasmine.json",
|
||||
"coverage": "nyc jasmine-ts --config=jasmine.json"
|
||||
"coverage": "nyc jasmine-ts --config=jasmine.json",
|
||||
"lint": "tslint --project tsconfig.json"
|
||||
},
|
||||
"dependencies": {
|
||||
"tslib": "1.9.3"
|
||||
|
||||
Reference in New Issue
Block a user