Showing
1 changed file
with
1 additions
and
1 deletions
@@ -7,7 +7,7 @@ const lintPath = { | @@ -7,7 +7,7 @@ const lintPath = { | ||
7 | css: path.resolve('./node_modules/.bin/stylelint') | 7 | css: path.resolve('./node_modules/.bin/stylelint') |
8 | }; | 8 | }; |
9 | 9 | ||
10 | -const jsfiles = ['.', 'public/vue/**/*.vue']; | 10 | +const jsfiles = ['.', 'public/vue']; |
11 | const cssfiles = ['public/scss/**/*.css', 'public/vue/**/*.vue']; | 11 | const cssfiles = ['public/scss/**/*.css', 'public/vue/**/*.vue']; |
12 | 12 | ||
13 | jsfiles.forEach(function(filepath) { | 13 | jsfiles.forEach(function(filepath) { |
-
Please register or login to post a comment