Skip to content

Commit

Permalink
ignore tests
Browse files Browse the repository at this point in the history
  • Loading branch information
huntabyte committed Oct 5, 2024
1 parent 6fce2e1 commit 8a74112
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": ["docs"]
"ignore": ["docs", "tests"]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"lint": "prettier --check . && eslint .",
"lint:fix": "eslint --fix .",
"test": "pnpm -F \"./packages/**\" --parallel --reporter append-only --color test",
"test:components": "pnpm -F @bits-ui/tests test"
"test:components": "pnpm -F tests test"
},
"keywords": [],
"author": "Hunter Johnston <https://github.com/huntabyte>",
Expand Down
2 changes: 1 addition & 1 deletion packages/tests/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@bits-ui/tests",
"name": "tests",
"description": "Tests for Bits UI components.",
"version": "0.0.0",
"private": true,
Expand Down

0 comments on commit 8a74112

Please sign in to comment.