chore(vite): add vite scope to commitizen (#13412)

This commit is contained in:
Benjamin Cabanes 2022-11-25 12:47:25 -05:00 committed by GitHub
parent bf32321c3c
commit 1a136fc8ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,6 +45,7 @@ module.exports = {
name: 'testing',
description: 'anything testing specific (e.g., jest or cypress)',
},
{ name: 'vite', description: 'anything Vite specific' },
{ name: 'web', description: 'anything Web specific' },
{ name: 'webpack', description: 'anything Webpack specific' },
],