Skip to content

Commit

Permalink
Run build commands at prebuild time
Browse files Browse the repository at this point in the history
  • Loading branch information
Jym77 authored Nov 27, 2024
1 parent 5b90fe0 commit c1028d3
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 @@ -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": {},
Expand Down

0 comments on commit c1028d3

Please sign in to comment.