Skip to content

Commit 63b87b8

Browse files
authored
Update Rakefile
Should fix deployment Signed-off-by: Derek Hower <[email protected]>
1 parent ce0dc0a commit 63b87b8

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
@@ -33,7 +33,7 @@ def cfg_arch_for(config_name)
3333
)
3434
end
3535

36-
file "#{$root}/.stamps/dev_gems" do |t|
36+
file "#{$root}/.stamps/dev_gems" => ["#{$root}/.stamps"] do |t|
3737
sh "bundle exec yard config --gem-install-yri"
3838
sh "bundle exec yard gem"
3939
FileUtils.touch t.name

0 commit comments

Comments
 (0)