Skip to content

Commit 1055fa9

Browse files
committed
Add cli object to angular.json
1 parent dcc504d commit 1055fa9

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

frontend/angular.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,5 +89,14 @@
8989
}
9090
}
9191
}
92+
},
93+
"cli": {
94+
"analytics": false,
95+
"packageManager": "pnpm",
96+
"schematicCollections": [
97+
"@schematics/angular",
98+
"@cypress/schematic",
99+
"angular-eslint"
100+
]
92101
}
93102
}

0 commit comments

Comments
 (0)