Skip to content

Commit 93fefae

Browse files
elrrrrrrrclaude
andcommitted
chore: use workspace glob for example:test:all
utoo now supports glob patterns in `--workspace`. Replace the serial `&& --workspace` chain with a single `--workspace 'helloworld-*'` so all matching example packages are tested in parallel via utoo's topological scheduler. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent e542da7 commit 93fefae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"example:dev:commonjs": "ut run dev --workspace helloworld-commonjs",
3232
"example:dev:typescript": "ut run dev --workspace helloworld-typescript",
3333
"example:dev:tegg": "ut run dev --workspace helloworld-tegg",
34-
"example:test:all": "ut run test --workspace helloworld-typescript && ut run test --workspace helloworld-tegg",
34+
"example:test:all": "ut run test --workspace 'helloworld-*'",
3535
"prepare": "husky",
3636
"version:patch": "node scripts/version.js patch",
3737
"version:minor": "node scripts/version.js minor",

0 commit comments

Comments
 (0)