Skip to content

Commit

Permalink
really fix grinder script
Browse files Browse the repository at this point in the history
  • Loading branch information
sethladd committed Apr 23, 2015
1 parent 7224ce4 commit 33c9a1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool/grind.dart
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ main([List<String> args]) {
task('indexresources', indexResources);
task('buildsdkdocs', buildSdkDocs);
task('bump:build', bumpVersionBuild);
task('publish', publish, ['bumpVersionBuild']);
task('publish', publish, ['bump:build']);
startGrinder(args);
}

Expand Down

0 comments on commit 33c9a1c

Please sign in to comment.