From cc2a588ee25c5c8ff2c469caf852c6d19b8a6bef Mon Sep 17 00:00:00 2001 From: Adam Setch Date: Sat, 23 Nov 2024 08:15:42 -0500 Subject: [PATCH 1/2] feat(packages): atlaskit source url Signed-off-by: Adam Setch --- lib/config/presets/internal/packages.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/config/presets/internal/packages.ts b/lib/config/presets/internal/packages.ts index 461f48302b91d2..873d70df040788 100644 --- a/lib/config/presets/internal/packages.ts +++ b/lib/config/presets/internal/packages.ts @@ -19,6 +19,7 @@ export const presets: Record = { atlaskit: { description: 'All @atlaskit packages published by Atlassian.', matchPackageNames: ['@atlaskit/**'], + sourceUrl: 'https://bitbucket.org/atlassian/atlassian-frontend-mirror', }, emberTemplateLint: { description: 'All ember-template-lint packages.', From 69299b387b466dd7a14c69ce78c990d360d90fdf Mon Sep 17 00:00:00 2001 From: Adam Setch Date: Tue, 26 Nov 2024 07:24:48 -0500 Subject: [PATCH 2/2] feat: atlaskit source directory Signed-off-by: Adam Setch --- lib/config/presets/internal/packages.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/config/presets/internal/packages.ts b/lib/config/presets/internal/packages.ts index 873d70df040788..d4be1ce7229c16 100644 --- a/lib/config/presets/internal/packages.ts +++ b/lib/config/presets/internal/packages.ts @@ -19,6 +19,7 @@ export const presets: Record = { atlaskit: { description: 'All @atlaskit packages published by Atlassian.', matchPackageNames: ['@atlaskit/**'], + sourceDirectory: "design-system/{{ lookup (split packageName '/') 1 }}", sourceUrl: 'https://bitbucket.org/atlassian/atlassian-frontend-mirror', }, emberTemplateLint: {