diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 3825ec3..e20b5ea 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -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": {