From db69dc422d00d887fd7002b1dbc48c076ff133a8 Mon Sep 17 00:00:00 2001 From: Felix Perron-Brault Date: Wed, 7 Aug 2024 11:17:25 -0400 Subject: [PATCH] chore(ci): fix release for atomic-angular (#4251) This PR adds the release:phase1 target to the atomic-angular package. This should ensure that the package gets updated. https://coveord.atlassian.net/browse/CDX-1585 --- packages/atomic-angular/project.json | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/atomic-angular/project.json b/packages/atomic-angular/project.json index a0f48f5a7b2..428c3bb6d0a 100644 --- a/packages/atomic-angular/project.json +++ b/packages/atomic-angular/project.json @@ -5,6 +5,7 @@ "negativeBuildOutputs": ["!{projectRoot}/projects/atomic-angular/dist"] }, "targets": { + "release:phase1": {}, "cached:build": { "outputs": ["{projectRoot}/projects/atomic-angular/dist"], "dependsOn": ["^build"],