chore(repo): add vite scope to contributing docs (#13841)

This commit is contained in:
Miloš Lajtman 2023-01-12 23:06:38 +01:00 committed by GitHub
parent 75d2d4dfe3
commit 32daa0841a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -311,6 +311,7 @@ The scope must be one of the following:
- repo - anything related to managing the Nx repo itself - repo - anything related to managing the Nx repo itself
- storybook - anything Storybook specific - storybook - anything Storybook specific
- testing - anything testing specific (e.g., Jest or Cypress) - testing - anything testing specific (e.g., Jest or Cypress)
- vite - anything Vite specific
- web - anything Web specific - web - anything Web specific
- webpack - anything Webpack specific - webpack - anything Webpack specific
- misc - misc stuff - misc - misc stuff