Skip to content

Commit a55aa69

Browse files
committed
Fix Devcontainer config file
1 parent e32aaea commit a55aa69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
{ "mode": "auto" }
1111
]
1212
},
13-
"postCreateCommand": "export NG_CLI_ANALYTICS=ci && npm i -g @angular/cli && npm install"
13+
"postCreateCommand": "export NG_CLI_ANALYTICS=ci && export NG_FORCE_TTY=false && npm i -g @angular/cli && npm install && unset NG_FORCE_TTY"
1414
}

0 commit comments

Comments
 (0)