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 authored Nov 21, 2024
1 parent 8e255e1 commit c8124ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ rec {
netlify dev
To re-format the source code:
prettier --write ./src
npm run format
EOF
'';
};
Expand Down

0 comments on commit c8124ff

Please sign in to comment.