From d090a2be87ad4a90dc2f2b64be805a5489712df7 Mon Sep 17 00:00:00 2001 From: Joshua Castle <26531652+Kas-tle@users.noreply.github.com> Date: Sun, 24 Mar 2024 00:04:23 -0700 Subject: [PATCH] fix postinstall command Signed-off-by: Joshua Castle <26531652+Kas-tle@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",