Skip to content

Commit 6f293b6

Browse files
author
devcontainers-bot
committed
Test with node/yarn feature
1 parent 517b7d2 commit 6f293b6

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.devcontainer/devcontainer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
"image": "mcr.microsoft.com/devcontainers/javascript-node:3-22",
33
"features": {
44
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
5-
"ghcr.io/devcontainers/features/azure-cli:1": {}
5+
"ghcr.io/devcontainers/features/azure-cli:1": {},
6+
"ghcr.io/devcontainers/features/node:1": {}
67
},
7-
"postCreateCommand": "corepack enable && corepack prepare yarn@4.9.4 --activate && npm install -g @devcontainers/cli",
8+
"postCreateCommand": "npm install -g @devcontainers/cli",
89
"customizations": {
910
"vscode": {
1011
"extensions": [

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
node_modules/
22
.tgz
3+
.pnp.*

.yarn/install-state.gz

-29.7 KB
Binary file not shown.

.yarnrc.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,5 @@
88
"jsonc": "^2.0.0",
99
"mkdirp": "0.5.5",
1010
"rimraf": "^3.0.2"
11-
},
12-
"packageManager": "yarn@4.9.4"
11+
}
1312
}

0 commit comments

Comments
 (0)