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