Skip to content

Commit

Permalink
format check
Browse files Browse the repository at this point in the history
  • Loading branch information
imrishabh18 committed Jan 25, 2025
1 parent 10a8ddc commit a33838e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"scripts": {
"build": "tsup ./lib/index.ts --format esm --dts",
"test": "bun test",
"format": "biome format . --write"
"format": "biome format . --write",
"format:check": "biome check --write"
},
"type": "module",
"devDependencies": {
Expand Down

0 comments on commit a33838e

Please sign in to comment.