Skip to content

Commit 27f8cec

Browse files
authored
onCreateCommand
1 parent d24719c commit 27f8cec

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.devcontainer/devcontainer.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
"name": "CIS4398 Docusaurus Dev Container",
33
"image": "mcr.microsoft.com/devcontainers/universal:2",
44
"features": {
5-
"ghcr.io/devcontainers/features/node:1": {
6-
"postCreateCommand": "cd documentation && yarn"
7-
}
8-
}
5+
"ghcr.io/devcontainers/features/node:1": {}
6+
},
7+
"onCreateCommand": "cd documentation && yarn install"
98
}

0 commit comments

Comments
 (0)