Build docs in lintstaged

This commit is contained in:
Sidharth Vinod 2022-09-03 09:09:41 +05:30
parent 3b88150e11
commit bd14dc508f
No known key found for this signature in database
GPG Key ID: FB5CCD378D3907CD
1 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
{
"*.{js,json,html,md}": [
"yarn lint:fix"
"src/docs/**": [
"yarn build:docs"
],
"*.{js,json,html,md}": [
"yarn lint:fix"
]
}