chore: run prettier

This commit is contained in:
velzie 2024-07-17 20:24:00 -04:00
parent 4c4b194fc0
commit c0264dab77
No known key found for this signature in database
GPG key ID: 048413F95F0DDE1F

View file

@ -72,13 +72,9 @@ fastify.listen({
host: "0.0.0.0",
});
writeFileSync(".git/hooks/pre-commit", "pnpm prettier . -w");
chmodSync(".git/hooks/pre-commit", 0o755);
const watch = spawn("pnpm", ["rspack", "-w"], {
detached: true,
cwd: process.cwd(),