Skip to content

Commit

Permalink
Dart quality checks include pub publish check
Browse files Browse the repository at this point in the history
  • Loading branch information
alexei-sintotski committed Nov 24, 2019
1 parent 8f10d93 commit 198a729
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dev/dart_quality_checks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ dev/generate_code.sh --delete-conflicting-outputs
if [ -n "$(git status --porcelain -- **/*.g.dart)" ]; then
exit 1
fi

pub publish --dry-run

0 comments on commit 198a729

Please sign in to comment.