mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-13 14:30:02 -04:00
chore: run prettier
This commit is contained in:
parent
4c4b194fc0
commit
c0264dab77
1 changed files with 0 additions and 4 deletions
|
@ -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(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue