Skip to content

Commit c7de35a

Browse files
committed
Add yarn.lock to allowed dirty files
1 parent 5a26406 commit c7de35a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/releaser/lib/releaser.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,7 @@ def framework_name(framework)
298298
gem_version.rb
299299
tasks/release.rb
300300
releaser.rb
301+
yarn.lock
301302
)
302303
def tree_dirty?
303304
!`git status -s | grep -v '#{FILES_TO_IGNORE.join("\\|")}'`.strip.empty?

0 commit comments

Comments
 (0)