8000 chore: fix devcontainer creation · ngrx/platform@e7d13bf · GitHub
[go: up one dir, main page]

Skip to content

Commit

Permalink
chore: fix devcontainer creation
Browse files Browse the repository at this point in the history
  • Loading branch information
timdeschryver committed Feb 13, 2025
1 parent 425cc0e commit e7d13bf
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 @@ -13,7 +13,7 @@
// "forwardPorts": [],

// Use 'postCreateCommand' to run commands after the container is created.
"postCreateCommand": "pnpm install",
"postCreateCommand": "npm i pnpm -g && pnpm install",
"waitFor": "postCreateCommand",
"onCreateCommand": "sudo cp .devcontainer/welcome-message.txt /usr/local/etc/vscode-dev-containers/first-run-notice.txt",

Expand Down

0 comments on commit e7d13bf

Please sign in to comment.
0