Skip to content

Commit

Permalink
Remove unneeded dir that makes the dev bundle substantially bigger.
Browse files Browse the repository at this point in the history
  • Loading branch information
n1mmy committed Nov 16, 2012
1 parent 10c2a20 commit 03bbf28
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions admin/generate-dev-bundle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,11 @@ cd mongodb/bin
rm bsondump mongodump mongoexport mongofiles mongoimport mongorestore mongos mongosniff mongostat mongotop mongooplog mongoperf
cd ../..

# Clean up an unneeded directory accidentally installed by the
# node-mongo-native driver. This will be fixed in later versions, but
# for now we have to manually remove it.
# https://github.com/mongodb/node-mongodb-native/issues/736
rm -rf lib/node_modules/mongodb/.coverage_data


echo BUNDLING
Expand Down

0 comments on commit 03bbf28

Please sign in to comment.