diff --git a/package.json b/package.json index 6b25536..faaaf0e 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "lint": "tslint src/**/*.ts", "compile": "tsc", "test": "mocha out/**/*.spec.js", - "build": "npm run clean && npm run lint && npm run compile && npm run test", + "build": "npm run clean && npm run lint && npm run compile && npm test", "watch": "npm run clean && npm run lint && npm run compile -- --watch" } }