lib/overcommit/hook/shared/yarn_install.rb in overcommit-0.58.0 vs lib/overcommit/hook/shared/yarn_install.rb in overcommit-0.59.0
- old
+ new
@@ -7,9 +7,10 @@
# @see https://yarnpkg.com/
module YarnInstall
def run
result = execute(command)
return :fail, result.stderr unless result.success?
+
:pass
end
end
end