Skip to content

Commit 57acfd7

Browse files
ci: fix tests
1 parent 56663b6 commit 57acfd7

File tree

3 files changed

+442
-357
lines changed

3 files changed

+442
-357
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"forwardPorts": [4200],
1818

1919
// Use 'postCreateCommand' to run commands after the container is created.
20-
"postCreateCommand": "npm install && npm install -g @angular/cli && npm run build:app",
20+
"postCreateCommand": "npm install && npm install -g @angular/cli && ng completion && npm run build:app",
2121
// Configure tool-specific properties.
2222
"customizations": {
2323
"vscode": {

0 commit comments

Comments
 (0)