Skip to content

Commit

Permalink
Make Prettier run only in the format folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Bashamega authored Jul 29, 2024
1 parent 01a9707 commit 52fb788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dev": "vite --open",
"build": "vite build",
"preview": "vite preview",
"format": "prettier . --write"
"format": "prettier src/. --write"
},
"dependencies": {
"@ant-design/icons": "^5.3.7",
Expand Down

0 comments on commit 52fb788

Please sign in to comment.