Skip to content

Commit

Permalink
Update review.rake
Browse files Browse the repository at this point in the history
  • Loading branch information
huideyeren authored Jul 11, 2024
1 parent f9f1baf commit 66511de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks/review.rake
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ end

desc 'build with vivliostyle'
task 'vivliostyle:build': BOOK_EPUB do
sh "#{REVIEW_VSCLI} build #{REVIEW_VSCLI_USESANDBOX} #{REVIEW_VSCLI_OPTIONS} --preflight press-ready --preflight-option gray-scale -o #{REVIEW_VSCLI_PDF} #{BOOK_EPUB}"
sh "#{REVIEW_VSCLI} build #{REVIEW_VSCLI_USESANDBOX} #{REVIEW_VSCLI_OPTIONS} --preflight press-ready -o #{REVIEW_VSCLI_PDF} #{BOOK_EPUB}"
end

desc 'build with vivliostyle'
Expand Down

0 comments on commit 66511de

Please sign in to comment.