Skip to content

Commit

Permalink
add prettier cache
Browse files Browse the repository at this point in the history
  • Loading branch information
maaaathis committed Feb 5, 2024
1 parent a079c85 commit f4ea307
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"build": "next build",
"start": "next start",
"lint": "next lint",
"test:format": "prettier --check .",
"format": "yarn prettier --write ."
"test:format": "prettier --cache --check .",
"format": "yarn prettier --cache --write ."
},
"dependencies": {
"@radix-ui/react-alert-dialog": "^1.0.5",
Expand Down

0 comments on commit f4ea307

Please sign in to comment.