Skip to content

Commit

Permalink
Added extra yarn execution before installing playwright deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
harmen-xb committed Nov 16, 2023
1 parent 2801853 commit 4d0b2c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
}
},
// Install the playwright dependencies.
"postCreateCommand": "yarn playwright install --with-deps",
"postCreateCommand": "yarn && yarn playwright install --with-deps",
// PlayWright with headed Chromium seems to work yet wih the current config for mounts and containerEnv.
// There are some articles about it being possible:
// - https://playwright.dev/docs/docker
Expand Down

0 comments on commit 4d0b2c4

Please sign in to comment.