fix: fix cloning tools from git

This commit is contained in:
DuroCodes
2024-06-20 22:39:59 -04:00
parent 68ee39407b
commit 7ea8d0bcfe
5 changed files with 203 additions and 58 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"
},