Skip to content

Commit

Permalink
use flutter instead of dart for the publish dryRun, increase golden t…
Browse files Browse the repository at this point in the history
…olerance from .1 to .3%
  • Loading branch information
gmeral committed Nov 20, 2024
1 parent dd1119c commit f723448
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion melos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ scripts:
lint:pub:
run: |
melos exec -c 5 -- \
"dart pub publish --dry-run"
"flutter pub publish --dry-run"
packageFilters:
ignore: "*example*"
no-private: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Future<void> testExecutable(FutureOr<void> Function() testMain) async {
tolerance: 0.001,
),
ciGoldensConfig: const CiGoldensConfig(
tolerance: 0.001,
tolerance: 0.003,
),
),
run: testMain,
Expand Down

0 comments on commit f723448

Please sign in to comment.