Skip to content

Commit 11f9ba4

Browse files
authored
Add npm ci to devcontainer.json (#1085)
* Add `npm ci` to `devcontainer.json` * Add alias * Update .devcontainer.json * Update .devcontainer.json
1 parent ef28a73 commit 11f9ba4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.devcontainer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"image": "mcr.microsoft.com/vscode/devcontainers/javascript-node:16",
3+
"postCreateCommand": "npm ci && npm install --location=global",
34
"hostRequirements": {
45
"cpus": 4,
56
"memory": "8gb",

0 commit comments

Comments
 (0)