Skip to content

Commit

Permalink
add prettier cache (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
maaaathis authored Feb 5, 2024
1 parent a079c85 commit a52fdd6
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

1 comment on commit a52fdd6

@vercel
Copy link

@vercel vercel bot commented on a52fdd6 Feb 5, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

digga – ./

digga-git-main-maathis.vercel.app
digga.dev
digger.vercel.app
digga-maathis.vercel.app

Please sign in to comment.