From 8c6b8a9cc9eb91565be19d6479fa123bde24bea6 Mon Sep 17 00:00:00 2001 From: Ryan Florence Date: Fri, 20 Mar 2015 14:24:33 -0600 Subject: [PATCH] =?UTF-8?q?don=E2=80=99t=20hang=20on=20CI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 992a2365b5..511cd22543 100644 --- a/package.json +++ b/package.json @@ -12,8 +12,8 @@ "scripts": { "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\"", "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", - "examples": "webpack-dev-server --config examples/webpack.config.js --no-info --content-base examples", - "test": "jsxhint . && karma start" + "examples": "webpack-dev-server --config examples/webpack.config.js --content-base examples", + "test": "jsxhint . && karma start --single-run" }, "authors": [ "Ryan Florence",