Skip to content

Commit 8319e39

Browse files
committed
Blow away node_modules on container rebuild
1 parent ab1aeb8 commit 8319e39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/devcontainer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"--hostname=floweditor"
1515
],
1616
"remoteUser": "node",
17-
"postCreateCommand": "sudo chown node /workspaces/floweditor && yarn install",
17+
"postCreateCommand": "sudo chown node /workspaces/floweditor && sudo rm -R node_modules && yarn install",
1818
"customizations": {
1919
"vscode": {
2020
"extensions": [

0 commit comments

Comments
 (0)