Authored by 沈志敏

修改路径

@@ -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) {