diff --git a/package.json b/package.json index 5921d8a..29030c9 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "build": "tsc --build", "watch": "tsc --build --watch", "prepublishOnly": "yarn build", - "postinstall": "tsc --outDir" + "postinstall": "tsc --build" }, "dependencies": { "@docusaurus/core": "^2.4.1",