Skip to content

Commit 8c6b8a9

Browse files
committed
don’t hang on CI
1 parent 6c48097 commit 8c6b8a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"scripts": {
1313
"build-global": "rm -rf build/global && NODE_ENV=production webpack modules/index.js build/global/ReactRouter.js && NODE_ENV=production COMPRESS=1 webpack modules/index.js build/global/ReactRouter.min.js && echo \"gzipped, the global build is `gzip -c build/global/ReactRouter.min.js | wc -c` bytes\"",
1414
"build-npm": "rm -rf build/npm && babel -d build/npm/lib ./modules && cp README.md build/npm && find -X build/npm/lib -type d -name __tests__ | xargs rm -rf && node -p 'p=require(\"./package\");p.main=\"lib\";p.scripts=p.devDependencies=undefined;JSON.stringify(p,null,2)' > build/npm/package.json",
15-
"examples": "webpack-dev-server --config examples/webpack.config.js --no-info --content-base examples",
16-
"test": "jsxhint . && karma start"
15+
"examples": "webpack-dev-server --config examples/webpack.config.js --content-base examples",
16+
"test": "jsxhint . && karma start --single-run"
1717
},
1818
"authors": [
1919
"Ryan Florence",

0 commit comments

Comments
 (0)