From 723afd9fe1c388c6f17b729018e735b68c68ace1 Mon Sep 17 00:00:00 2001 From: Daniel Lockyer Date: Tue, 19 Sep 2023 12:48:39 +0200 Subject: [PATCH] Added `build:dev` action as local dependency for `build:dev` refs https://github.com/TryGhost/DevOps/issues/80 - this is needed so we run the local `build:dev` and not just the one for Admin-X-Settings --- ghost/admin/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/ghost/admin/package.json b/ghost/admin/package.json index 58158f3aed..c5f27927c0 100644 --- a/ghost/admin/package.json +++ b/ghost/admin/package.json @@ -186,6 +186,7 @@ "targets": { "build:dev": { "dependsOn": [ + "build:dev", { "projects": [ "@tryghost/admin-x-settings"