Skip to content
Snippets Groups Projects
Unverified Commit 347f68d8 authored by Jérémie Astori's avatar Jérémie Astori Committed by GitHub
Browse files

fix(presets): add @cds packages to the Clarity pattern group (#8219)

Clarity is currently migrating their projects to the @cds scope, and keep the @clr ones as well. Now that we have migrated to the @cds packages, we're back to having separate PRs :sweat_smile:
parent 7d1f5b56
No related branches found
No related tags found
No related merge requests found
......@@ -132,7 +132,7 @@ const repoGroups = {
const patternGroups = {
babel6: '^babel6$',
clarity: '^@clr/', // https://github.com/vmware/clarity/issues/5235
clarity: ['^@cds/', '^@clr/'], // https://github.com/vmware/clarity/issues/5235
wordpress: '^@wordpress/',
angularmaterial: ['^@angular/material', '^@angular/cdk'],
'aws-java-sdk': '^com.amazonaws:aws-java-sdk-',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment