mirror of https://github.com/rails/rails
Add yarn.lock to allowed dirty files
This commit is contained in:
parent
5a264064fd
commit
c7de35a41b
|
@ -298,6 +298,7 @@ class Releaser < Rake::TaskLib
|
|||
gem_version.rb
|
||||
tasks/release.rb
|
||||
releaser.rb
|
||||
yarn.lock
|
||||
)
|
||||
def tree_dirty?
|
||||
!`git status -s | grep -v '#{FILES_TO_IGNORE.join("\\|")}'`.strip.empty?
|
||||
|
|
Loading…
Reference in New Issue