Skip to content

Commit 3143971

Browse files
alan-agius4mgechev
authored andcommitted
fix(@schematics/update): add pnpm and cnpm as a valid packageManagers
1 parent 1903dd5 commit 3143971

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/schematics/update/update/schema.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,9 @@
6464
"default": "npm",
6565
"enum": [
6666
"npm",
67-
"yarn"
67+
"yarn",
68+
"cnpm",
69+
"pnpm"
6870
]
6971
},
7072
"migrateExternal": {

0 commit comments

Comments
 (0)