mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-17 00:16:21 +00:00
fix: pnpm se instala localmente
This commit is contained in:
parent
928bc45920
commit
a73100a436
1 changed files with 1 additions and 1 deletions
|
@ -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({
|
||||
|
|
Loading…
Reference in a new issue