chore(nx-dev): update scope nxdev to nx-dev (#14482)

This commit is contained in:
Benjamin Cabanes 2023-01-19 13:25:34 -05:00 committed by GitHub
parent 78ca7395a9
commit 11593761b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 26 additions and 26 deletions

View File

@ -305,7 +305,7 @@ The scope must be one of the following:
- node - anything Node specific
- nx-cloud - anything NxCloud specific
- nx-plugin - anything Nx Plugin specific
- nxdev - anything related to docs infrastructure
- nx-dev - anything related to docs infrastructure
- react - anything React specific
- react-native - anything React Native specific
- repo - anything related to managing the Nx repo itself

View File

@ -15,7 +15,7 @@ const scopes = [
{ value: 'node', name: 'node: anything Node specific' },
{ value: 'nx-cloud', name: 'nx-cloud: anything NxCloud specific' },
{ value: 'nx-plugin', name: 'nx-plugin: anything Nx Plugin specific' },
{ value: 'nxdev', name: 'nxdev: anything related to docs infrastructure' },
{ value: 'nx-dev', name: 'nx-dev: anything related to docs infrastructure' },
{ value: 'react', name: 'react: anything React specific' },
{ value: 'react-native', name: 'react-native: anything React Native specific' },
{ value: 'expo', name: 'expo: anything Expo specific' },