We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
npm start
1 parent 0316e5a commit 1ee4d3fCopy full SHA for 1ee4d3f
.devcontainer.json
@@ -6,8 +6,8 @@
6
"terminal.integrated.shell.linux": "/bin/bash",
7
"cSpell.language": ",en"
8
},
9
- // Install pre-requisites, and start to serve docs.github.com locally
10
- "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",
11
"forwardPorts": [4000],
12
// Visual Studio Code extensions which help authoring for docs.github.com.
13
"extensions": [
0 commit comments