Skip to content

Commit

Permalink
chore: ignore bench dirs w/ test
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeed committed Dec 4, 2023
1 parent 862b08e commit 84b50d0
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 @@ -7,7 +7,7 @@
},
"scripts": {
"build": "bun run scripts/build.ts",
"test": "uvu -r esm -i util packages test"
"test": "uvu -r esm -i util -i bench packages test"
},
"devDependencies": {
"bump": "1.0.0-next.1",
Expand Down

0 comments on commit 84b50d0

Please sign in to comment.