diff --git a/package.json b/package.json index c8b6184cdbd3..01c1ebce5241 100644 --- a/package.json +++ b/package.json @@ -17,5 +17,8 @@ "prettier": "^2.8.8", "typescript": "~5.0.4" }, + "scripts": { + "postinstall": "tsc" + }, "private": true }