Skip to content

Commit

Permalink
Revert the rake preview prerequisites
Browse files Browse the repository at this point in the history
  • Loading branch information
dshevtsov committed Nov 7, 2019
1 parent b6d3241 commit dda3df9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rakelib/preview.rake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace :preview do
desc 'Preview all editions locally without regeneration'
task all: %w[clean ce ee b2b] do
task all: %w[clean build:all] do
print 'Generating preview of all editions with no regeneration: $'.magenta
sh 'bundle exec jekyll serve --skip-initial-build \
--open-url \
Expand Down

0 comments on commit dda3df9

Please sign in to comment.