fix postinstall command

Signed-off-by: Joshua Castle <26531652+Kas-tle@users.noreply.github.com>
This commit is contained in:
Joshua Castle
2024-03-24 00:04:23 -07:00
parent 4007b6834d
commit d090a2be87
+1 -1
View File
@@ -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",