File tree Expand file tree Collapse file tree 8 files changed +12
-3
lines changed Expand file tree Collapse file tree 8 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 9696 "allow" : [],
9797 "depConstraints" : [
9898 {
99- "sourceTag" : " *" ,
99+ "sourceTag" : " test-app" ,
100+ "onlyDependOnLibsWithTags" : [" *" ]
101+ },
102+ {
103+ "sourceTag" : " docs" ,
100104 "onlyDependOnLibsWithTags" : [" *" ]
101105 }
102106 ]
Original file line number Diff line number Diff line change 44 "projectType" : " application" ,
55 "prefix" : " app" ,
66 "sourceRoot" : " apps/cookies-test/src" ,
7- "tags" : [],
7+ "tags" : [" test-app " ],
88 "targets" : {
99 "build" : {
1010 "executor" : " @ng-doc/builder:application" ,
Original file line number Diff line number Diff line change 44 "projectType" : " application" ,
55 "prefix" : " app" ,
66 "sourceRoot" : " apps/docs/src" ,
7- "tags" : [],
7+ "tags" : [" docs " ],
88 "targets" : {
99 "build" : {
1010 "executor" : " @ng-doc/builder:application" ,
Original file line number Diff line number Diff line change 33 "$schema" : " ../../node_modules/nx/schemas/project-schema.json" ,
44 "projectType" : " application" ,
55 "sourceRoot" : " apps/form-test/src" ,
6+ "tags" : [" test-app" ],
67 "prefix" : " app" ,
78 "generators" : {
89 "@schematics/angular:component" : {
Original file line number Diff line number Diff line change 33 "$schema" : " ../../node_modules/nx/schemas/project-schema.json" ,
44 "projectType" : " application" ,
55 "sourceRoot" : " apps/i18n-test/src" ,
6+ "tags" : [" test-app" ],
67 "prefix" : " app" ,
78 "generators" : {
89 "@schematics/angular:component" : {
Original file line number Diff line number Diff line change 33 "$schema" : " ../../node_modules/nx/schemas/project-schema.json" ,
44 "projectType" : " application" ,
55 "sourceRoot" : " apps/layout-test/src" ,
6+ "tags" : [" test-app" ],
67 "prefix" : " app" ,
78 "generators" : {
89 "@schematics/angular:component" : {
Original file line number Diff line number Diff line change 33 "$schema" : " ../../node_modules/nx/schemas/project-schema.json" ,
44 "projectType" : " application" ,
55 "sourceRoot" : " apps/store-test/src" ,
6+ "tags" : [" test-app" ],
67 "prefix" : " app" ,
78 "generators" : {
89 "@schematics/angular:component" : {
Original file line number Diff line number Diff line change 44 "projectType" : " application" ,
55 "sourceRoot" : " apps/table-test/src" ,
66 "prefix" : " app" ,
7+ "tags" : [" test-app" ],
78 "generators" : {
89 "@schematics/angular:component" : {
910 "style" : " scss"
You can’t perform that action at this time.
0 commit comments