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.
npm test
1 parent 8366758 commit 9f9cbb4Copy full SHA for 9f9cbb4
package.json
@@ -16,7 +16,7 @@
16
"build": "NODE_ENV=production webpack modules/index.js dist/react-router.js",
17
"build-min": "NODE_ENV=production COMPRESS=1 webpack modules/index.js dist/react-router.min.js",
18
"examples": "webpack-dev-server --config examples/webpack.config.js --no-info --content-base examples",
19
- "test": "jsxhint . && karma start --single-run"
+ "test": "jsxhint . && karma start"
20
},
21
"authors": [
22
"Ryan Florence",
0 commit comments