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 ci
devcontainer.json
1 parent ef28a73 commit 11f9ba4Copy full SHA for 11f9ba4
.devcontainer.json
@@ -1,5 +1,6 @@
1
{
2
"image": "mcr.microsoft.com/vscode/devcontainers/javascript-node:16",
3
+ "postCreateCommand": "npm ci && npm install --location=global",
4
"hostRequirements": {
5
"cpus": 4,
6
"memory": "8gb",
0 commit comments