Skip to content

Commit

Permalink
don’t hang on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanflorence committed Mar 20, 2015
1 parent 6c48097 commit 8c6b8a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 8c6b8a9

Please sign in to comment.