Skip to content

Commit

Permalink
Merge pull request #35 from joshuanianji/bugfix-again
Browse files Browse the repository at this point in the history
(fix) Mount name in pnpm mount feature
  • Loading branch information
joshuanianji authored Jan 1, 2024
2 parents c783f3f + 34e5268 commit 2437fa6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions src/mount-pnpm-store/NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ The volume mount is called `global-devcontainer-pnpm-store`, so ensure that no o

| Version | Notes |
| ------- | ---------------------------------------------------- |
| 0.1.1 | Fix mount name |
| 0.1.0 | Documentation |
| 0.0.0 | Initial Version |

## References
Expand Down
6 changes: 3 additions & 3 deletions src/mount-pnpm-store/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "Mount pnpm Store",
"id": "mount-pnpm-store",
"version": "0.1.0",
"version": "0.1.1",
"documentationURL": "https://github.com/joshuanianji/devcontainer-features/tree/main/src/mount-pnpm-store",
"description": "Mounts the pnpm store to a volume to share between multiple devcontainers, and sets pnpm store to ~/.pnpm-store.",
"description": "Sets pnpm store to ~/.pnpm-store and mounts it to a volume to share between multiple devcontainers",
"options": {},
"mounts": [
{
"source": "global-devcontainer-pnpm-store",
"target": "/dc/pnpm-store",
"target": "/dc/mounted-pnpm-store",
"type": "volume"
}
],
Expand Down

0 comments on commit 2437fa6

Please sign in to comment.