5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-07-05 20:25:46 +00:00

fix: pnpm se instala localmente

This commit is contained in:
f 2023-02-06 16:16:27 -03:00
parent 928bc45920
commit a73100a436

View file

@ -55,7 +55,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({