We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed2cc22 commit d24719cCopy full SHA for d24719c
.devcontainer/devcontainer.json
@@ -3,8 +3,7 @@
3
"image": "mcr.microsoft.com/devcontainers/universal:2",
4
"features": {
5
"ghcr.io/devcontainers/features/node:1": {
6
- "workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}/documentation",
7
- "postCreateCommand": "yarn install"
+ "postCreateCommand": "cd documentation && yarn"
8
}
9
10
0 commit comments