Skip to content

Commit

Permalink
update readme prettier command
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandtH22 committed Mar 22, 2024
1 parent b6a8d05 commit 39bdb1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ $ npm run build
$ npm run serve
```

Note: `npx prettier . --write` is for verifying the formatting of all .md files and should be run in the root directory.
Note: `npx prettier --write --ignore-path .gitignore --ignore-path .prettierignore .` is for verifying the formatting of all .md and .mdx files and should be run in the root directory.

0 comments on commit 39bdb1f

Please sign in to comment.