Skip to content

Commit

Permalink
make format script apply to all files in apps/packages only
Browse files Browse the repository at this point in the history
  • Loading branch information
hyper-neutrino committed Jul 16, 2024
1 parent cf12a8e commit 1fbb08f
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 @@ -5,7 +5,7 @@
"build": "turbo build",
"dev": "turbo dev",
"lint": "turbo lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\""
"format": "prettier --write \"{apps,packages}/**.*\""
},
"devDependencies": {
"@eslint/js": "^9.7.0",
Expand Down

0 comments on commit 1fbb08f

Please sign in to comment.