Skip to content

build(color-mixer-web-component): add build details#79

Merged
mrverdant13 merged 4 commits into
mainfrom
color-mixer-web-component/build/build-details
Apr 15, 2026
Merged

build(color-mixer-web-component): add build details#79
mrverdant13 merged 4 commits into
mainfrom
color-mixer-web-component/build/build-details

Conversation

@mrverdant13
Copy link
Copy Markdown
Owner

Details

Add build details

Adds three Melos scripts:
- `test`: runs `flutter test` sequentially (concurrency 1) across all
  packages that have a `test/` directory.
- `test.all`: convenience alias that runs `test` without the interactive
  package selector.
- `test.ci`: CI-facing counterpart that runs `flutter test` via
  `melos exec` across all packages.
- Dart job: runs `melos run test.ci` after the analyze step.
- TypeScript job: runs `npm run test` after the type-check step.

Both steps are sequential and follow the existing format/analyze pattern.
@mrverdant13 mrverdant13 self-assigned this Apr 15, 2026
@mrverdant13 mrverdant13 merged commit 5ee2864 into main Apr 15, 2026
2 checks passed
@mrverdant13 mrverdant13 deleted the color-mixer-web-component/build/build-details branch April 15, 2026 22:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant