Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:emulsify-ds/emulsify-cli into in…
Browse files Browse the repository at this point in the history
…it-no-params
  • Loading branch information
robherba committed Sep 20, 2024
2 parents 1dda1bd + 06d04e5 commit 13c8211
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/util/system/getAvailableSystems.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ describe('getAvailableSystems', () => {
repository: 'https://github.com/emulsify-ds/emulsify-ui-kit.git',
platforms: ['none', 'drupal'],
},
{
name: 'emulsify-ui-kit',
repository: 'https://github.com/emulsify-ds/emulsify-ui-kit.git',
platforms: ['drupal'],
},
]);
});
});
5 changes: 5 additions & 0 deletions src/util/system/getAvailableSystems.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,10 @@ export default async function getAvailableSystems(): Promise<
repository: 'https://github.com/emulsify-ds/emulsify-ui-kit.git',
platforms: ['none', 'drupal'],
},
{
name: 'emulsify-ui-kit',
repository: 'https://github.com/emulsify-ds/emulsify-ui-kit.git',
platforms: ['drupal'],
},
];
}

0 comments on commit 13c8211

Please sign in to comment.