Skip to content

Commit 64d0fe2

Browse files
fix local npmrc
1 parent b8b45ac commit 64d0fe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"mounts": [
8585
"source=${localEnv:HOME}/.ssh,target=/home/vscode/.ssh,type=bind,consistency=cached",
8686
"source=${localEnv:HOME}/.aws,target=/home/vscode/.aws,type=bind,consistency=cached",
87-
"source=${localEnv:HOME}/.npmrc,target=/home/vscode/.aws,type=bind,consistency=cached"
87+
"source=${localEnv:HOME}/.npmrc,target=/home/vscode/.npmrc,type=bind,consistency=cached"
8888
],
8989
"name": "Devcontainer",
9090
"postCreateCommand": "scripts/devcontainer/postcreatecommand.sh"

0 commit comments

Comments
 (0)