Skip to content

Commit bf8429c

Browse files
committed
Add :compile to the task dependency
1 parent 09f2089 commit bf8429c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def commit_message(no_commit_msg = false)
5151
end
5252

5353
desc "Publish to http://developer.github.com"
54-
task :publish, [:no_commit_msg] => [:remove_tmp_dir, :remove_output_dir] do |t, args|
54+
task :publish, [:no_commit_msg] => [:remove_tmp_dir, :remove_output_dir, :compile] do |t, args|
5555
message = commit_message(args[:no_commit_msg])
5656

5757
Dir.mktmpdir do |tmp|

0 commit comments

Comments
 (0)