Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoalzate committed Jul 19, 2024
1 parent 7ec881c commit a90dbc8
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 @@ -7,8 +7,8 @@
"berlin:dev": "pnpm -r --filter berlin dev",
"berlin:build": "pnpm -r --filter berlin build",
"berlin:preview": "pnpm -r --filter berlin preview",
"format": "pnpm exec prettier --check \"src/**/*.{ts,md}\"",
"format:fix": "pnpm exec prettier --write \"src/**/*.{ts,md}\"",
"format": "pnpm exec prettier --check \"packages/**/*.{ts,tsx,json,md}\"",
"format:fix": "pnpm exec prettier --write \"packages/**/*.{ts,tsx,json,md}\"",
"lint": "pnpm exec eslint ."
},
"keywords": [],
Expand Down

0 comments on commit a90dbc8

Please sign in to comment.