Skip to content

Commit dabd935

Browse files
authored
Update setup.sh
1 parent 6dd1109 commit dabd935

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.devcontainer/setup.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ fi
3232
micromamba clean --all --yes
3333

3434
# project dependencies installed via package.json
35-
# and postinstall script
35+
# and devcontainer postAttachCommand for decoupled image/package dependencies
36+
# note: use packgage.json postinstall instead to 'couple' installation
3637

3738
npm install

0 commit comments

Comments
 (0)