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