5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-13 08:01:41 +00:00

Merge branch 'hotfix-yarn-lock' into 'rails'

Soportar sitios sin yarn.lock

See merge request sutty/sutty!53
This commit is contained in:
Maki 2021-08-09 14:39:30 +00:00
commit 752569c8a7

View file

@ -80,7 +80,7 @@ class DeployLocal < Deploy
# Corre yarn dentro del repositorio
def yarn
return unless yarn_lock?
return true unless yarn_lock?
run 'yarn'
end