5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-07-01 22:36:08 +00:00

fix: pnpm se instala localmente

This commit is contained in:
f 2023-02-06 16:16:27 -03:00
parent ea0539bb1f
commit 0bb0698bd4

View file

@ -72,7 +72,7 @@ class DeployLocal < Deploy
# @return [Hash]
def env
# XXX: This doesn't support Windows paths :B
paths = [File.dirname(`which bundle`), '/usr/bin', '/bin']
paths = [File.dirname(`which bundle`), '/usr/local/bin', '/usr/bin', '/bin']
# Las variables de entorno extra no pueden superponerse al local.
extra_env.merge({