From 5de868ed435b1f688a6e6675268054a712bba4b4 Mon Sep 17 00:00:00 2001 From: Martin Schwaighofer Date: Fri, 15 Nov 2024 12:28:10 +0100 Subject: [PATCH] suggest using `npm run format` to format code Co-authored-by: crertel --- flake.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/flake.nix b/flake.nix index c745590989..f12159901d 100644 --- a/flake.nix +++ b/flake.nix @@ -222,6 +222,9 @@ rec { npm run build cd dist netlify dev + + To re-format the source code: + npm run format EOF ''; };