1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Remove npm start from Codespaces postCreateCommand (#18193)

This commit is contained in:
James M. Greene
2021-03-09 13:07:38 -06:00
committed by GitHub
parent 0316e5a1a2
commit 1ee4d3f670

View File

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