Skip to content

Commit

Permalink
Remove ignored packages from the changesets config
Browse files Browse the repository at this point in the history
  • Loading branch information
tajo committed May 5, 2022
1 parent 0a44aa2 commit 41863fd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
13 changes: 1 addition & 12 deletions .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,5 @@
"linked": [],
"access": "public",
"baseBranch": "master",
"updateInternalDependencies": "patch",
"ignore": [
"test-addons",
"test-commonjs",
"test-css",
"test-decorators",
"test-flow",
"test-programmatic",
"test-provider",
"example",
"website"
]
"updateInternalDependencies": "patch"
}
1 change: 0 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,3 @@ You can create a new package in `packages` or `e2e` (playwright apps+tests). It

- `package.json#workspaces`
- `pnpm-workspace.yaml#packages`
- `.changeset/config.json#ignore` (if not publishable)

0 comments on commit 41863fd

Please sign in to comment.