We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dd1109 commit dabd935Copy full SHA for dabd935
1 file changed
.devcontainer/setup.sh
@@ -32,6 +32,7 @@ fi
32
micromamba clean --all --yes
33
34
# project dependencies installed via package.json
35
-# and postinstall script
+# and devcontainer postAttachCommand for decoupled image/package dependencies
36
+# note: use packgage.json postinstall instead to 'couple' installation
37
38
npm install
0 commit comments