Skip to content

Commit

Permalink
Merge pull request #2115 from MatteoGheza/fix_devcontainer
Browse files Browse the repository at this point in the history
Fix Devcontainer config file
  • Loading branch information
bkimminich authored Oct 6, 2023
2 parents e32aaea + a55aa69 commit 2a1c137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
{ "mode": "auto" }
]
},
"postCreateCommand": "export NG_CLI_ANALYTICS=ci && npm i -g @angular/cli && npm install"
"postCreateCommand": "export NG_CLI_ANALYTICS=ci && export NG_FORCE_TTY=false && npm i -g @angular/cli && npm install && unset NG_FORCE_TTY"
}

0 comments on commit 2a1c137

Please sign in to comment.