fix(build): 🐛 Make the prepare command use bunx

This commit is contained in:
Jesse Wierzbinski 2024-05-15 17:28:37 -10:00
parent 11460a83ad
commit 060b3980ba
No known key found for this signature in database

View file

@ -38,7 +38,7 @@
"cli": "bun run cli/index.ts",
"prune": "ts-prune | grep -v server/ | grep -v dist/ | grep -v '(used in module)'",
"check": "bunx tsc -p .",
"prepare": "husky"
"prepare": "bunx husky"
},
"trustedDependencies": [
"@biomejs/biome",