diff --git a/package.json b/package.json index 45a9f77..db772af 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ ], "scripts": { "test": "mocha --timeout 240000 -r ts-node/register src/Tests/Tests.*.ts", - "prepare": "tsc", + "prepack": "tsc", "lint": "eslint '*/*.ts' --quiet --fix", "build:all": "tsc && typedoc", "build:docs": "typedoc",