This commit is contained in:
EthanShoeDev
2025-09-24 17:47:57 -04:00
parent a3934799e3
commit a225ce9fa2
3 changed files with 5 additions and 6 deletions

View File

@@ -11,7 +11,7 @@
"fmt:root": "prettier --cache --write .",
"fmt:check:root": "prettier --check .",
"fmt:root:nix": "nix fmt flake.nix",
"fmt:check:root:nix": "nix fmt flake.nix -- --c",
"fmt:check:root:nix": "nix fmt flake.nix -- -c",
"syncpack:fix": "syncpack list-mismatches || (syncpack fix-mismatches && pnpm i)",
"syncpack:check": "syncpack list-mismatches",
"jscpd:check": "cross-env NODE_OPTIONS=--max-old-space-size=8192 jscpd --config .jscpd.json",