Skip to content

Commit d243ca8

Browse files
Copilotrajbos
andcommitted
Fix codespace boot failure by using updateContentCommand instead of postCreateCommand
Co-authored-by: rajbos <6085745+rajbos@users.noreply.github.com>
1 parent cb6f004 commit d243ca8

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
@@ -23,6 +23,6 @@
2323
}
2424
}
2525
},
26-
"postCreateCommand": "npm ci",
26+
"updateContentCommand": "npm ci",
2727
"remoteUser": "node"
2828
}

0 commit comments

Comments
 (0)