Skip to content

Commit 5040617

Browse files
committed
feat: chore
1 parent 2a634e3 commit 5040617

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

angular.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@
269269
"test": {
270270
"builder": "@nrwl/jest:jest",
271271
"outputs": [
272-
"coverage/libs/route-pages/ashes-page"
272+
"coverage/libs/route-pages/blog-page"
273273
],
274274
"options": {
275275
"jestConfig": "libs/route-pages/blog-page/jest.config.ts",
@@ -286,7 +286,10 @@
286286
}
287287
}
288288
},
289-
"tags": []
289+
"tags": [],
290+
"implicitDependencies": [
291+
"common-docs"
292+
]
290293
},
291294
"route-pages-blog-portfolio": {
292295
"projectType": "library",

0 commit comments

Comments
 (0)