Skip to content

Commit 2f51757

Browse files
elrrrrrrrclaude
andcommitted
fix: revert example:test:all glob, helloworld-commonjs has no test
The glob `--workspace 'helloworld-*'` matches helloworld-commonjs which doesn't have a `test` script, causing all Test (main) jobs to fail at the "Run example tests" step. Revert to the explicit two-workspace serial form that intentionally skips commonjs. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent e96d356 commit 2f51757

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-*'",
34+
"example:test:all": "ut run test --workspace helloworld-typescript && ut run test --workspace helloworld-tegg",
3535
"prepare": "husky",
3636
"version:patch": "node scripts/version.js patch",
3737
"version:minor": "node scripts/version.js minor",

0 commit comments

Comments
 (0)