diff --git a/package.json b/package.json index 453dad7..5bbd400 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,7 @@ "automation" ], "scripts": { + "prepare": "npm run tsc", "test": "mocha --timeout 30000 -r ts-node/register */Tests.ts", "lint": "eslint '*/*.ts' --quiet --fix", "tsc": "tsc",