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.
modules/
1 parent 81a8edf commit c03f06cCopy full SHA for c03f06c
package.json
@@ -12,7 +12,7 @@
12
"scripts": {
13
"build": "scripts/build.sh",
14
"examples": "webpack-dev-server --config examples/webpack.config.js --content-base examples",
15
- "test": "jsxhint . && karma start",
+ "test": "jsxhint modules && karma start",
16
"build-website": "babel-node website/scripts/build.js > website/index.html"
17
},
18
"authors": [
0 commit comments