Skip to content

Commit 4343e5c

Browse files
committed
Update devcontainer.json postCreateCommand
1 parent 17e8fc8 commit 4343e5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// Use 'forwardPorts' to make a list of ports inside the container available locally.
66
// "forwardPorts": [],
77

8-
"postCreateCommand": "sudo apt-get update && sudo apt-get install -y bash-completion && npm install",
8+
"postCreateCommand": "sudo apt-get update && sudo apt-get install -y bash-completion && sudo npx --yes playwright install-deps && npm install",
99

1010
"customizations": {
1111
"vscode": {

0 commit comments

Comments
 (0)