fix: whoops forgot to change the postinstall script

This commit is contained in:
DuroCodes
2024-06-20 23:16:01 -04:00
parent c4f0c16b36
commit df7616482b
2 changed files with 7 additions and 1 deletions

View File

@@ -8,7 +8,7 @@
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"postinstall": "bun run setup.mjs",
"postinstall": "bun run setup.ts",
"lunaria:build": "lunaria build",
"lunaria:preview": "lunaria preview"
},