diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index e50752e..38dcab4 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -12,7 +12,7 @@ "forwardPorts": [5173], // Use 'postCreateCommand' to run commands after the container is created. - "postCreateCommand": "yarn install && yarn build && yarn playwright install && sudo yarn playwright install-deps" + "updateContentCommand": "yarn install && yarn build && yarn playwright install && sudo yarn playwright install-deps" // Configure tool-specific properties. // "customizations": {},