Skip to content

Commit 72c96d4

Browse files
filipesilvahansl
authored andcommitted
build: add architect, architect-cli and build-webpack snapshot repos (#457)
1 parent abf251c commit 72c96d4

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.monorepo.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,14 @@
5454
}
5555
],
5656
"version": "0.0.1",
57-
"hash": ""
57+
"hash": "",
58+
"snapshotRepo": "angular/angular-devkit-architect-builds"
5859
},
5960
"@angular-devkit/architect-cli": {
6061
"name": "Architect CLI",
6162
"version": "0.0.1",
62-
"hash": ""
63+
"hash": "",
64+
"snapshotRepo": "angular/angular-devkit-architect-cli-builds"
6365
},
6466
"@angular-devkit/build-optimizer": {
6567
"name": "Build Optimizer",
@@ -82,7 +84,8 @@
8284
}
8385
],
8486
"version": "0.0.1",
85-
"hash": ""
87+
"hash": "",
88+
"snapshotRepo": "angular/angular-devkit-build-webpack-builds"
8689
},
8790
"@angular-devkit/core": {
8891
"name": "Core",

0 commit comments

Comments
 (0)