replace yarn by npm to avoid plugin installation error

Signed-off-by: jffarge <jf@dagger.io>
This commit is contained in:
jffarge 2022-03-22 14:51:04 +01:00
parent fead547df1
commit 01fd8993c3

View File

@ -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"]
} }
}, },
] ]