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:
commit
752569c8a7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue