Skip to content

Commit

Permalink
chore: Update devcontainer postCreateCommand to enable corepack
Browse files Browse the repository at this point in the history
  • Loading branch information
k-taro56 committed May 29, 2024
1 parent 6b7a25d commit 613f464
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": [],

// Use 'postCreateCommand' to run commands after the container is created.
"postCreateCommand": "corepack enable && pnpm config set store-dir /home/node/.local/share/pnpm/store && pnpm install --frozen-lockfile"
"postCreateCommand": "sudo corepack enable && pnpm config set store-dir /home/node/.local/share/pnpm/store && pnpm install --frozen-lockfile"

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

0 comments on commit 613f464

Please sign in to comment.