diff --git a/package.json b/package.json index 9a9d5ce..a14f107 100644 --- a/package.json +++ b/package.json @@ -197,6 +197,7 @@ "npm-module-path": "2.0.0" }, "scripts": { - "test": "tslint src/**/*.ts" + "test": "tslint src/**/*.ts", + "build": "tsc" } }