10000 chore: fix devcontainer creation (#4705) · ngrx/platform@a23a0a1 · GitHub
[go: up one dir, main page]

Skip to content

Commit

Permalink
chore: fix devcontainer creation (#4705)
Browse files Browse the repository at this point in the history
Closes #4704
  • Loading branch information
timdeschryver authored Feb 15, 2025
1 parent 0b43014 commit a23a0a1
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 a23a0a1

Please sign in to comment.
0