This commit is contained in:
Toshit Chawda 2024-10-12 09:47:48 -07:00
parent 797607aabb
commit 0dc93d6f62
No known key found for this signature in database
GPG key ID: 91480ED99E2B3D9D
6 changed files with 571 additions and 636 deletions

View file

@ -92,9 +92,7 @@ try {
"pnpm prettier . -w\ngit update-index --again"
);
chmodSync(".git/hooks/pre-commit", 0o755);
} catch {
}
} catch {}
const watch = spawn("pnpm", ["rspack", "-w"], {
detached: true,