Ignore test files when linting
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
kolaente 2020-11-22 23:08:03 +01:00
parent a3f902dd18
commit 4be7cd5fce
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build --modern",
"lint": "vue-cli-service lint",
"lint": "vue-cli-service lint --ignore-pattern '*.test.*'",
"test": "jest"
},
"dependencies": {