Skip to content

Commit

Permalink
suggest using npm run format to format code
Browse files Browse the repository at this point in the history
Co-authored-by: crertel <[email protected]>
  • Loading branch information
mschwaig and crertel committed Nov 21, 2024
1 parent 50843b4 commit 5de868e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,9 @@ rec {
npm run build
cd dist
netlify dev
To re-format the source code:
npm run format
EOF
'';
};
Expand Down

0 comments on commit 5de868e

Please sign in to comment.