Skip to content

Commit

Permalink
Improve container setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Jym77 authored Nov 27, 2024
1 parent 5a5884a commit 7b2d775
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,10 @@
// "features": {},

// Use 'forwardPorts' to make a list of ports inside the container available locally.
"forwardPorts": [5173],
"forwardPorts": [5173],

// Use 'postCreateCommand' to run commands after the container is created.
"postCreateCommand": {
"install": "yarn install",
"playwright setup": "yarn playwright install",
"playwright missing deps": "sudo yarn playwright install-deps",
"build": "yarn build"
}
"postCreateCommand": "yarn install && yarn build && yarn playwright install && sudo yarn playwright install-deps",

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

0 comments on commit 7b2d775

Please sign in to comment.