"description":"The package manager used by your project (npm, yarn or pnpm) - **if undefined, automatic detection**",
"description":"The package manager used by your project (npm, yarn, pnpm or bun) - **if undefined, automatic detection**",
"default":"auto",
"type":"enum",
"values":["auto","npm","yarn","pnpm"],
"values":["auto","npm","yarn","pnpm","bun"],
"advanced":true
},
{
@@ -51,7 +51,7 @@
},
{
"name":"NODE_BUILD_ARGS",
"description":"npm [run script](https://docs.npmjs.com/cli/v8/commands/npm-run-script) arguments - yarn [run script](https://classic.yarnpkg.com/en/docs/cli/run) arguments - pnpm [run script](https://pnpm.io/cli/run) arguments\n\n⚠ default value should be overridden for `pnpm` as `--prod` is not a valid option",
"description":"npm [run script](https://docs.npmjs.com/cli/v8/commands/npm-run-script) arguments - yarn [run script](https://classic.yarnpkg.com/en/docs/cli/run) arguments - pnpm [run script](https://pnpm.io/cli/run) arguments - bun [run script](https://bun.com/docs/runtime#run-a-package-json-script) arguments\n\n⚠ default value should be overridden for `pnpm` as `--prod` is not a valid option",
"description":"Extra options to install project dependencies (either [`npm ci`](https://docs.npmjs.com/cli/ci.html/), [`yarn install`](https://yarnpkg.com/cli/install) or [`pnpm install`](https://pnpm.io/cli/install))",
"description":"Extra options to install project dependencies (either [`npm ci`](https://docs.npmjs.com/cli/ci.html/), [`yarn install`](https://yarnpkg.com/cli/install), [`pnpm install`](https://pnpm.io/cli/install) or [`bun install`](https://bun.com/docs/pm/cli/install))",
"advanced":true
}
],
@@ -82,7 +82,7 @@
"variables":[
{
"name":"NODE_LINT_ARGS",
"description":"npm [run script](https://docs.npmjs.com/cli/v8/commands/npm-run-script) arguments to execute the lint analysis - yarn [run script](https://classic.yarnpkg.com/en/docs/cli/run) arguments to execute the lint analysis - pnpm [run script](https://pnpm.io/cli/run) arguments to execute the lint analysis",
"description":"npm [run script](https://docs.npmjs.com/cli/v8/commands/npm-run-script) arguments to execute the lint analysis - yarn [run script](https://classic.yarnpkg.com/en/docs/cli/run) arguments to execute the lint analysis - pnpm [run script](https://pnpm.io/cli/run) arguments to execute the lint analysis - bun [run script](https://bun.com/docs/runtime#run-a-package-json-script) arguments to execute the lint analysis",
"description":"npm [publish](https://docs.npmjs.com/cli/v8/commands/npm-publish) extra arguments - yarn [publish](https://classic.yarnpkg.com/lang/en/docs/cli/publish/) extra arguments - pnpm [publish](https://pnpm.io/cli/publish) extra arguments",
"description":"npm [publish](https://docs.npmjs.com/cli/v8/commands/npm-publish) extra arguments - yarn [publish](https://classic.yarnpkg.com/lang/en/docs/cli/publish/) extra arguments - pnpm [publish](https://pnpm.io/cli/publish) extra arguments - bun [publish](https://bun.com/docs/pm/cli/publish) extra arguments",