Skip to content

Commit

Permalink
automatically git add pygments upstream when doing `rake vendor:upd…
Browse files Browse the repository at this point in the history
…ate`
  • Loading branch information
slonopotamus committed Jan 7, 2021
1 parent 895ac88 commit 36c980e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ task(:build).enhance([:lexers])
namespace :vendor do
file 'vendor/pygments-main' do |f|
sh "pip install --target=#{f.name} pygments"
sh "git add -- #{f.name}"
end

task :clobber do
Expand Down

0 comments on commit 36c980e

Please sign in to comment.