From 36c980e1c1b94d63f91fc31e9226eb77be75f3d1 Mon Sep 17 00:00:00 2001 From: Marat Radchenko Date: Fri, 8 Jan 2021 01:26:52 +0300 Subject: [PATCH] automatically `git add` pygments upstream when doing `rake vendor:update` --- Rakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Rakefile b/Rakefile index 55d78a87..3069b521 100755 --- a/Rakefile +++ b/Rakefile @@ -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