Skip to content

Commit

Permalink
Update devcontainer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelstz authored Apr 5, 2024
1 parent b4c9c46 commit 724e177
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"NODE_OPTIONS": "--openssl-legacy-provider"
},
"forwardPorts": [10000],
"postCreateCommand": "yarn install --frozen-lockfile && yarn build && yarn workspace @magento/venia-concept run watch",
"postCreateCommand": "yarn install --frozen-lockfile && yarn build",
"postStartCommand": "yarn workspace @magento/venia-concept run watch",
"extensions": [
"larsroettig.vscode-pwa-studio",
"GraphQL.vscode-graphql-syntax"
Expand Down

0 comments on commit 724e177

Please sign in to comment.