Skip to content

Commit

Permalink
Grind command for cli
Browse files Browse the repository at this point in the history
  • Loading branch information
leoafarias committed Oct 8, 2020
1 parent b412e70 commit 6dd6735
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/cli/tool/grind.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ void main(List<String> args) {
pkg.humanName = 'fvm';
pkg.githubUser = 'leoafarias';
pkg.homebrewRepo = 'leoafarias/homebrew-fvm';
pkg.homebrewTag = 'v${pkg.pubspec.version.toString()}';

pkg.addAllTasks();
grind(args);
}

0 comments on commit 6dd6735

Please sign in to comment.