Skip to content

Commit

Permalink
Add playwright install to devcontainer json
Browse files Browse the repository at this point in the history
  • Loading branch information
pstorozenko committed Mar 11, 2024
1 parent 3557ef7 commit 343939d
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 @@ -14,7 +14,7 @@
// "forwardPorts": [],

// Use 'postCreateCommand' to run commands after the container is created.
"postCreateCommand": "poetry install",
"postCreateCommand": "poetry install && playwright install",

// Configure tool-specific properties.
"customizations": {
Expand Down

0 comments on commit 343939d

Please sign in to comment.