mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 10:31:41 +00:00
poder ver la salida si lo ejecutamos desde la terminal
This commit is contained in:
parent
8a93df9de9
commit
252652c94b
1 changed files with 0 additions and 8 deletions
|
@ -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?
|
||||
|
|
Loading…
Reference in a new issue