5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-06-27 07:16:08 +00:00

poder ver la salida si lo ejecutamos desde la terminal

This commit is contained in:
f 2022-03-15 16:03:16 -03:00
parent 8a93df9de9
commit 252652c94b

View file

@ -117,14 +117,6 @@ class DeployLocal < Deploy
run %(gem install bundler --no-document), output: output
end
def pnpm_lock
File.join(site.path, 'pnpm-lock.yaml')
end
def pnpm_lock?
File.exist? pnpm_lock
end
# Corre yarn dentro del repositorio
def yarn(output: false)
return true unless yarn_lock?