refactor: move typedoc script into setup.mjs

This commit is contained in:
DuroCodes
2024-05-14 17:12:42 -04:00
parent deec96d45d
commit 96e71610ad
5 changed files with 7 additions and 3 deletions

View File

@@ -7,7 +7,8 @@
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
"astro": "astro",
"postinstall": "bun run setup.mjs"
},
"dependencies": {
"@astrojs/check": "^0.5.10",