Skip to content

Commit 20c8391

Browse files
subatoiheiskr
andauthored
Adds step to install dependencies (#59143)
Co-authored-by: Kevin Heis <heiskr@users.noreply.github.com>
1 parent 9716088 commit 20c8391

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
@@ -63,7 +63,7 @@
6363

6464
// Lifecycle commands
6565
// Start a web server and keep it running
66-
"postStartCommand": "nohup bash -c 'npm start &'",
66+
"postStartCommand": "nohup bash -c 'npm ci && npm start &'",
6767
// Set port 4000 to be public
6868
"postAttachCommand": "gh cs ports visibility 4000:public -c \"$CODESPACE_NAME\"",
6969

0 commit comments

Comments
 (0)