mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-13 06:20: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",
|
host: "0.0.0.0",
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
writeFileSync(".git/hooks/pre-commit", "pnpm prettier . -w");
|
writeFileSync(".git/hooks/pre-commit", "pnpm prettier . -w");
|
||||||
chmodSync(".git/hooks/pre-commit", 0o755);
|
chmodSync(".git/hooks/pre-commit", 0o755);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
const watch = spawn("pnpm", ["rspack", "-w"], {
|
const watch = spawn("pnpm", ["rspack", "-w"], {
|
||||||
detached: true,
|
detached: true,
|
||||||
cwd: process.cwd(),
|
cwd: process.cwd(),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue