Skip to content

Commit

Permalink
Move test-utils to isolated /scripts dir where we can keep privat…
Browse files Browse the repository at this point in the history
…e packages
  • Loading branch information
Andarist committed Nov 13, 2022
1 parent 29ba303 commit 876e99e
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 49 deletions.
6 changes: 4 additions & 2 deletions package.json
Expand Up @@ -23,7 +23,8 @@
"url": "https://github.com/changesets/changesets.git"
},
"workspaces": [
"packages/*"
"packages/*",
"scripts/*"
],
"author": "Changesets Contributors",
"contributors": [
Expand Down Expand Up @@ -68,7 +69,8 @@
},
"preconstruct": {
"packages": [
"packages/*"
"packages/*",
"scripts/*"
]
},
"prettier": {}
Expand Down
45 changes: 0 additions & 45 deletions packages/test-utils/CHANGELOG.md

This file was deleted.

@@ -1,7 +1,5 @@
## @changesets/test-utils

[![View changelog](https://img.shields.io/badge/changelogs.xyz-Explore%20Changelog-brightgreen)](https://changelogs.xyz/@changesets/test-utils)

> Utilities for testing @changesets/\* packages
### Utilities
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 876e99e

Please sign in to comment.