Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
zachey01 committed Sep 29, 2024
1 parent 411cd4e commit d55e450
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 @@ -15,8 +15,8 @@
"prettier": "3.3.3"
},
"scripts": {
"prettier:format": "npx prettier --write \"**/*.{ts,tsx,js,md,mdx,css,yaml}\"",
"prettier:check": "npx prettier --check \"**/*.{ts,tsx,js,md,mdx,css,yaml}\""
"prettier:format": "npx prettier --write .",
"prettier:check": "npx prettier --check ."
},
"repository": {
"type": "git",
Expand Down

0 comments on commit d55e450

Please sign in to comment.