Skip to content

Commit

Permalink
cleanup(core): add x-priority to properties (#14767)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxKless committed Feb 2, 2023
1 parent 55b0389 commit f794a1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/nx/src/utils/params.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ type PropertyDescription = {
| { message: string; type: string; items?: any[]; multiselect?: boolean };
'x-deprecated'?: boolean | string;
'x-dropdown'?: 'projects';
'x-priority'?: 'important' | 'internal';

// Numbers Only
multipleOf?: number;
Expand Down

1 comment on commit f794a1f

@vercel
Copy link

@vercel vercel bot commented on f794a1f Feb 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nx-dev – ./

nx-dev-git-master-nrwl.vercel.app
nx-dev-nrwl.vercel.app
nx-five.vercel.app
nx.dev

Please sign in to comment.