Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
talentlessguy committed Jan 28, 2025
1 parent e55183b commit 00ec120
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion biome.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://biomejs.dev/schemas/1.8.2/schema.json",
"files": {
"ignore": ["node_modules"]
"ignore": ["node_modules", "dist"]
},
"formatter": {
"enabled": true,
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
},
"scripts": {
"build": "tsc",
"test": "tsx --test"
"test": "tsx --test",
"check": "biome check --write"
},
"type": "module",
"files": ["dist"]
Expand Down

0 comments on commit 00ec120

Please sign in to comment.