Skip to content

Commit 548a3a2

Browse files
a0viedoyyx990803
authored andcommitted
fix: glob in npm lint script (vuejs#3056)
1 parent 9db6d90 commit 548a3a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"dev": "webpack --watch --config build/webpack.dev.config.js & npm run serve-test",
3131
"serve-test": "webpack-dev-server --config build/webpack.test.config.js --host 0.0.0.0",
3232
"build-test": "webpack --config build/webpack.test.config.js",
33-
"lint": "eslint src/** test/e2e/** test/unit/specs/** build/**.js",
33+
"lint": "eslint src test/e2e test/unit/specs build",
3434
"e2e": "casperjs test --concise ./test/e2e",
3535
"unit": "karma start build/karma.unit.config.js",
3636
"cover": "karma start build/karma.cover.config.js",

0 commit comments

Comments
 (0)