5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-10-08 14:06:57 +00:00

fix: merge fallido
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
f 2023-03-24 14:10:39 -03:00
parent 77ef80edb2
commit 546b739edf

View file

@ -130,13 +130,6 @@ class DeployLocal < Deploy
run 'yarn install --production', output: output
end
def pnpm(output: output)
return true unless pnpm_lock?
run %(pnpm config set store-dir "#{pnpm_cache_dir}"), output: output
run 'pnpm install --production', output: output
end
def bundle(output: false)
# XXX: Desde que ya no compartimos el directorio de gemas, tenemos
# que hacer limpieza después de instalar.