Skip to content

Commit d24719c

Browse files
authored
update dev container
1 parent ed2cc22 commit d24719c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
"image": "mcr.microsoft.com/devcontainers/universal:2",
44
"features": {
55
"ghcr.io/devcontainers/features/node:1": {
6-
"workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}/documentation",
7-
"postCreateCommand": "yarn install"
6+
"postCreateCommand": "cd documentation && yarn"
87
}
98
}
109
}

0 commit comments

Comments
 (0)