Add coverage script

This commit is contained in:
Niels Kooiman
2019-08-13 10:30:21 +02:00
parent 6e80fcbd59
commit 9e28cad48b

View File

@@ -8,7 +8,8 @@
"pkg-update": "node pkg-update",
"build": "tsc",
"_build": "tsc --listEmittedFiles",
"test": "jasmine-ts --config=jasmine.json"
"test": "jasmine-ts --config=jasmine.json",
"coverage": "nyc npm run test"
},
"repository": {
"type": "git",