mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Remove unneeded dir that makes the dev bundle substantially bigger.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user