We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0970e9e commit 78943f0Copy full SHA for 78943f0
scripts/update-readme-content.mts
@@ -61,7 +61,9 @@ async function retrieveWorkspaces(): Promise<Workspace[]> {
61
.split('\n')
62
.map((line) => JSON.parse(line))
63
.filter(
64
- (workspace) => !workspace.location.startsWith('packages/examples/'),
+ (workspace) =>
65
+ !workspace.location.startsWith('packages/examples/') &&
66
+ !workspace.location.startsWith('packages/test-snaps'),
67
);
68
}
69
0 commit comments