diff --git a/package.json b/package.json index b5e49fb0b..5a93dc20d 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,8 @@ "lint": "npm run eslint:check && npm run tslint:check", "test": "jest --silent --verbose test/unit/", "test-travis": "jest --silent --runInBand test/unit/", - "report-coverage": "codecov" + "report-coverage": "codecov", + "prepare": "tsc" }, "jest": { "collectCoverage": true,