Skip to content

Commit 1ee4d3f

Browse files
authored
Remove npm start from Codespaces postCreateCommand (github#18193)
1 parent 0316e5a commit 1ee4d3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.devcontainer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"terminal.integrated.shell.linux": "/bin/bash",
77
"cSpell.language": ",en"
88
},
9-
// Install pre-requisites, and start to serve docs.github.com locally
10-
"postCreateCommand": "npm ci && npm run build && npm start",
9+
// Install pre-requisites and run a build to ensure we are ready to start serving docs.github.com locally (via `npm start`)
10+
"postCreateCommand": "npm ci && npm run build",
1111
"forwardPorts": [4000],
1212
// Visual Studio Code extensions which help authoring for docs.github.com.
1313
"extensions": [

0 commit comments

Comments
 (0)