diff --git a/package.json b/package.json index d1c831eb..0cc01020 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,8 @@ "exec-tests": "mocha", "test": "npm run test-v4 && npm run test-v3", "cover": "npm run cover-v4 && npm run cover-v3", - "lint": "tslint ." + "lint": "tslint .", + "prepare": "npm run build" }, "repository": { "type": "git",