From d2577f5d2820ae0f8de0c29899d893a860217aa2 Mon Sep 17 00:00:00 2001 From: Joshua Castle <26531652+Kas-tle@users.noreply.github.com> Date: Sun, 24 Mar 2024 00:11:56 -0700 Subject: [PATCH] modify postinstall 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 29030c9..ac9deb5 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "build": "tsc --build", "watch": "tsc --build --watch", "prepublishOnly": "yarn build", - "postinstall": "tsc --build" + "postinstall": "tsc --outDir ./lib" }, "dependencies": { "@docusaurus/core": "^2.4.1",