Skip to content

Commit ca5f047

Browse files
Switch from standalone build to vanagon command
Signed-off-by: Miranda Streeter <miranda@mirandastreeter.com>
1 parent 1fb2d2f commit ca5f047

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tasks/build.rake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ namespace :vox do
1919
end
2020

2121
engine = platform =~ /^(macos|windows)-/ ? 'local' : 'docker'
22-
cmd = "bundle exec build #{project} #{platform} --engine #{engine}"
22+
cmd = "bundle exec vanagon build #{project} #{platform} --engine #{engine}"
2323

2424
FileUtils.rm_rf('C:/ProgramFiles64Folder/') if platform =~ /^windows-/
2525

0 commit comments

Comments
 (0)