Skip to content

Commit

Permalink
Remove redundant dot character in biome scripts (#916)
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr authored Jul 28, 2024
1 parent 1eef66f commit 0f3f42c
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 @@ -34,8 +34,8 @@
},
"scripts": {
"build": "tsc",
"format": "biome format --write .",
"lint": "biome lint --write .",
"format": "biome format --write",
"lint": "biome lint --write",
"release": "yarn build && changeset publish",
"test": "vitest"
},
Expand Down

0 comments on commit 0f3f42c

Please sign in to comment.