@@ -16,6 +17,8 @@
The task overrides the default version of embedded in the
distribution if the property is not null.
+ To do so, the plugin executes command npm install -g
+ corepack[@<corepackVersion>].
Apart from a specific version number, if this property is set with the latest value,
the plugin will always install the latest version available. Note that this task will not be executed
again and update Corepack automatically if a newer version is released after this task has run once
diff --git a/site/src/components/task/install-frontend-task.vue b/site/src/components/task/install-frontend-task.vue
index 6e6bc138..d39c106d 100644
--- a/site/src/components/task/install-frontend-task.vue
+++ b/site/src/components/task/install-frontend-task.vue
@@ -1,5 +1,10 @@
-
+
Install frontend dependencies
/package.json file does not exist.
diff --git a/site/src/components/task/install-package-manager-task.vue b/site/src/components/task/install-package-manager-task.vue
index 249ff1b0..d0b90f4e 100644
--- a/site/src/components/task/install-package-manager-task.vue
+++ b/site/src/components/task/install-package-manager-task.vue
@@ -4,6 +4,7 @@
:depending-task-names="['installCorepack', 'resolvePackageManager']"
:inputs="inputs"
:outputs="outputs"
+ custom-environment-variables-supported
>
Install package manager
diff --git a/site/src/components/task/publish-frontend-task.vue b/site/src/components/task/publish-frontend-task.vue
index a7d26083..030620bf 100644
--- a/site/src/components/task/publish-frontend-task.vue
+++ b/site/src/components/task/publish-frontend-task.vue
@@ -1,5 +1,10 @@
-
+
Publish frontend artifacts
/package.json file does not exist, or
diff --git a/site/src/components/task/run-corepack-task-type.vue b/site/src/components/task/run-corepack-task-type.vue
index e75498f5..2eb7d6c9 100644
--- a/site/src/components/task/run-corepack-task-type.vue
+++ b/site/src/components/task/run-corepack-task-type.vue
@@ -1,5 +1,5 @@
-
+
Run a custom command with corepack
diff --git a/site/src/components/task/run-node-task-type.vue b/site/src/components/task/run-node-task-type.vue
index 01154be3..c91865d3 100644
--- a/site/src/components/task/run-node-task-type.vue
+++ b/site/src/components/task/run-node-task-type.vue
@@ -1,5 +1,5 @@
-
+
Run a custom command with node
diff --git a/site/src/components/task/run-npm-task-type.vue b/site/src/components/task/run-npm-task-type.vue
index 225ddef5..63baa140 100644
--- a/site/src/components/task/run-npm-task-type.vue
+++ b/site/src/components/task/run-npm-task-type.vue
@@ -1,5 +1,5 @@
-
+
Run a custom command with npm
diff --git a/site/src/components/task/run-pnpm-task-type.vue b/site/src/components/task/run-pnpm-task-type.vue
index aabd5a89..1d65f384 100644
--- a/site/src/components/task/run-pnpm-task-type.vue
+++ b/site/src/components/task/run-pnpm-task-type.vue
@@ -1,5 +1,5 @@
-
+
Run a custom command with pnpm
diff --git a/site/src/components/task/run-yarn-task-type.vue b/site/src/components/task/run-yarn-task-type.vue
index 804b0573..c4093f11 100644
--- a/site/src/components/task/run-yarn-task-type.vue
+++ b/site/src/components/task/run-yarn-task-type.vue
@@ -1,5 +1,5 @@
-
+
Run a custom command with yarn
diff --git a/site/src/components/task/task.vue b/site/src/components/task/task.vue
index e5fd712a..7da2f265 100644
--- a/site/src/components/task/task.vue
+++ b/site/src/components/task/task.vue
@@ -47,17 +47,12 @@