Skip to content

Commit

Permalink
restrict test to packages/*
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed May 24, 2022
1 parent 1033139 commit 867f2ab
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 @@ -5,7 +5,7 @@
"private": true,
"scripts": {
"build": "turbo run build",
"test": "turbo run test",
"test": "turbo run test --filter=./packages/*",
"check": "turbo run check",
"lint": "turbo run lint",
"format": "turbo run format",
Expand Down

0 comments on commit 867f2ab

Please sign in to comment.