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: {}
|
||||
curl: {}
|
||||
jq: {}
|
||||
yarn: {}
|
||||
npm: {}
|
||||
}
|
||||
},
|
||||
// FIXME: make this an alpine custom package, that would be so cool.
|
||||
docker.#Run & {
|
||||
command: {
|
||||
name: "yarn"
|
||||
args: ["global", "add", "netlify-cli@8.6.21"]
|
||||
name: "npm"
|
||||
args: ["-g", "install", "netlify-cli@8.6.21"]
|
||||
}
|
||||
},
|
||||
]
|
||||
|
Reference in New Issue
Block a user