We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9db6d90 commit 548a3a2Copy full SHA for 548a3a2
package.json
@@ -30,7 +30,7 @@
30
"dev": "webpack --watch --config build/webpack.dev.config.js & npm run serve-test",
31
"serve-test": "webpack-dev-server --config build/webpack.test.config.js --host 0.0.0.0",
32
"build-test": "webpack --config build/webpack.test.config.js",
33
- "lint": "eslint src/** test/e2e/** test/unit/specs/** build/**.js",
+ "lint": "eslint src test/e2e test/unit/specs build",
34
"e2e": "casperjs test --concise ./test/e2e",
35
"unit": "karma start build/karma.unit.config.js",
36
"cover": "karma start build/karma.cover.config.js",
0 commit comments