replace yarn by npm to avoid plugin installation error
Signed-off-by: jffarge <jf@dagger.io>
This commit is contained in:
parent
fead547df1
commit
01fd8993c3
@ -43,14 +43,14 @@ import (
|
|||||||
bash: {}
|
bash: {}
|
||||||
curl: {}
|
curl: {}
|
||||||
jq: {}
|
jq: {}
|
||||||
yarn: {}
|
npm: {}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
// FIXME: make this an alpine custom package, that would be so cool.
|
// FIXME: make this an alpine custom package, that would be so cool.
|
||||||
docker.#Run & {
|
docker.#Run & {
|
||||||
command: {
|
command: {
|
||||||
name: "yarn"
|
name: "npm"
|
||||||
args: ["global", "add", "netlify-cli@8.6.21"]
|
args: ["-g", "install", "netlify-cli@8.6.21"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
Reference in New Issue
Block a user