From c8124ff476dd99731adfb690f77cfd0d5a5d55c2 Mon Sep 17 00:00:00 2001 From: Martin Schwaighofer Date: Thu, 21 Nov 2024 15:36:53 +0100 Subject: [PATCH] suggest using `npm run format` to format code Co-authored-by: crertel --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 34417f6a2f..b1529eba6f 100644 --- a/flake.nix +++ b/flake.nix @@ -225,7 +225,7 @@ rec { netlify dev To re-format the source code: - prettier --write ./src + npm run format EOF ''; };