From 01fd8993c3c227a2f961034afe4026c5296e0673 Mon Sep 17 00:00:00 2001 From: jffarge Date: Tue, 22 Mar 2022 14:51:04 +0100 Subject: [PATCH] replace yarn by npm to avoid plugin installation error Signed-off-by: jffarge --- pkg/universe.dagger.io/netlify/netlify.cue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkg/universe.dagger.io/netlify/netlify.cue b/pkg/universe.dagger.io/netlify/netlify.cue index b54bad63..5e935269 100644 --- a/pkg/universe.dagger.io/netlify/netlify.cue +++ b/pkg/universe.dagger.io/netlify/netlify.cue @@ -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"] } }, ]