Skip to content

Commit

Permalink
add prettier to dev shell (#1586)
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 30, 2024
1 parent 8575c9a commit af1e5b8
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 af1e5b8

Please sign in to comment.