build: should lint less when commit (#4394)

This commit is contained in:
neverland 2019-09-07 19:01:08 +08:00 committed by GitHub
parent b4371a52d4
commit cea68ff252
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,7 @@
"eslint",
"git add"
],
"*.{vue,css}": [
"*.{vue,css,less}": [
"stylelint",
"git add"
]