From 63886d5262097ce9c4df0e9e4b578415d3453d34 Mon Sep 17 00:00:00 2001 From: Maurizio Vitale Date: Mon, 6 Mar 2023 17:18:27 +0100 Subject: [PATCH] Use the right path for testing (#8343) --- angular.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/angular.json b/angular.json index fc5b3476a7..7523304ddc 100644 --- a/angular.json +++ b/angular.json @@ -997,7 +997,7 @@ "build" ], "options": { - "cwd": "dist/libs/extensions", + "cwd": "dist/libs/testing", "commands": [ { "command": "npm publish --tag {args.tag}",