mirror of
https://0xacab.org/sutty/sutty
synced 2025-01-19 08:13:37 +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
|
run %(gem install bundler --no-document), output: output
|
||||||
end
|
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
|
# Corre yarn dentro del repositorio
|
||||||
def yarn(output: false)
|
def yarn(output: false)
|
||||||
return true unless yarn_lock?
|
return true unless yarn_lock?
|
||||||
|
|
Loading…
Reference in a new issue