chore(nx-dev): update scope nxdev to nx-dev (#14482)
This commit is contained in:
parent
78ca7395a9
commit
11593761b5
@ -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
|
||||
|
||||
@ -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' },
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user