Skip to content

Commit

Permalink
chore: store computed files across development container rebuilds
Browse files Browse the repository at this point in the history
  • Loading branch information
LayZeeDK committed Nov 14, 2022
1 parent 3ef9457 commit 08d631f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@
"ghcr.io/devcontainers/features/github-cli": {},
"ghcr.io/devcontainers/features/powershell": {}
},
"mounts": [
{
"source": "router-component-store_node_modules",
"target": "${containerWorkspaceFolder}/node_modules",
"type": "volume"
}
],
"waitFor": "onCreateCommand",
"updateContentCommand": "yarn install --non-interactive --frozen-lockfile",
"postAttachCommand": {
Expand Down

0 comments on commit 08d631f

Please sign in to comment.