Skip to content

Commit c54941f

Browse files
committed
Use npm in devcontainer
1 parent 37e98e8 commit c54941f

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
@@ -11,6 +11,6 @@
1111
"EditorConfig.EditorConfig",
1212
"esbenp.prettier-vscode"
1313
],
14-
"postCreateCommand": "yarn install",
14+
"postCreateCommand": "npm install",
1515
"remoteUser": "node"
1616
}

0 commit comments

Comments
 (0)