Skip to content

Commit

Permalink
chore: add publish_to to test optimizer brick (#665)
Browse files Browse the repository at this point in the history
  • Loading branch information
renancaraujo committed May 23, 2023
1 parent 464696c commit c7c7f56
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions bricks/test_optimizer/brick.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: test_optimizer
description: A brick that generates a single entrypoint for Dart tests.
version: 0.1.0+1
publish_to: none

environment:
mason: ">=0.1.0-dev.49 <0.1.0"
Expand Down
1 change: 1 addition & 0 deletions lib/src/commands/test/templates/test_optimizer_bundle.dart
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ final testOptimizerBundle = MasonBundle.fromJson(<String, dynamic>{
"description": "A brick that generates a single entrypoint for Dart tests.",
"version": "0.1.0+1",
"environment": {"mason": ">=0.1.0-dev.49 <0.1.0"},
"publish_to": "none",
"readme": {
"path": "README.md",
"data":
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
collection: ^1.17.1
glob: ^2.0.2
lcov_parser: ^0.1.2
mason: ^0.1.0-dev.49
mason: 0.1.0-dev.49
mason_logger: ^0.2.2
meta: ^1.3.0
path: ^1.8.0
Expand Down

0 comments on commit c7c7f56

Please sign in to comment.