diff --git a/package.json b/package.json index a9ca439c..ded7a192 100644 --- a/package.json +++ b/package.json @@ -59,6 +59,7 @@ "typescript": "4.0.2" }, "scripts": { + "prepare": "tsc -p ./tsconfig.build.json", "build": "rimraf lib && tsc -p ./tsconfig.build.json", "watch": "jest --watch", "coverage": "jest --coverage --maxWorkers 4",