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.
1 parent 1d87a7e commit af7c055Copy full SHA for af7c055
.devcontainer.json
@@ -2,13 +2,12 @@
2
// For format details, see https://aka.ms/vscode-remote/devcontainer.json
3
{
4
"name": "docs.github.com",
5
- "service": "container-doc",
6
"settings": {
7
"terminal.integrated.shell.linux": "/bin/bash",
8
"cSpell.language": ",en"
9
},
10
// Install pre-requisites, and start to serve docs.github.com locally
11
- "postCreateCommand": "npm install && npm start",
+ "postCreateCommand": "npm ci && npm run build && npm start",
12
"forwardPorts": [4000],
13
// Visual Studio Code extensions which help authoring for docs.github.com.
14
"extensions": [
0 commit comments