diff --git a/apps/admin-x-activitypub/package.json b/apps/admin-x-activitypub/package.json index f79552440f..f8b0ee1196 100644 --- a/apps/admin-x-activitypub/package.json +++ b/apps/admin-x-activitypub/package.json @@ -44,22 +44,24 @@ "targets": { "build": { "dependsOn": [ - "build", - {"projects": ["@tryghost/admin-x-design-system", "@tryghost/admin-x-framework"], "target": "build"} + "^build" + ] + }, + "dev": { + "dependsOn": [ + "^build" ] }, "test:unit": { "dependsOn": [ - "build", - "test:unit", - {"projects": ["@tryghost/admin-x-design-system", "@tryghost/admin-x-framework"], "target": "build"} + "^build", + "test:unit" ] }, "test:acceptance": { "dependsOn": [ - "build", - "test:acceptance", - {"projects": ["@tryghost/admin-x-design-system", "@tryghost/admin-x-framework"], "target": "build"} + "^build", + "test:acceptance" ] } }