Add yarn.lock to allowed dirty files

This commit is contained in:
John Hawthorn 2024-10-30 17:20:51 -07:00
parent 5a264064fd
commit c7de35a41b
1 changed files with 1 additions and 0 deletions

View File

@ -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?