From 343939d7a413a492e8c73656a7fb65c178aa8f2b Mon Sep 17 00:00:00 2001 From: Piotr Pasza Storozenko Date: Mon, 11 Mar 2024 14:27:39 +0000 Subject: [PATCH] Add playwright install to devcontainer json --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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": {