Skip to content

Commit c03f06c

Browse files
committed
only lint modules/
1 parent 81a8edf commit c03f06c

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
@@ -12,7 +12,7 @@
1212
"scripts": {
1313
"build": "scripts/build.sh",
1414
"examples": "webpack-dev-server --config examples/webpack.config.js --content-base examples",
15-
"test": "jsxhint . && karma start",
15+
"test": "jsxhint modules && karma start",
1616
"build-website": "babel-node website/scripts/build.js > website/index.html"
1717
},
1818
"authors": [

0 commit comments

Comments
 (0)