Skip to content

Commit

Permalink
don't remove distinfo
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Varner committed May 31, 2024
1 parent 6298c63 commit c1edfc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-lambda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ python -m pip install \
cd lambda

echo "cleaning up..."
find . -type d -a -name '*.dist-info' -print0 | xargs -0 rm -rf
# find . -type d -a -name '*.dist-info' -print0 | xargs -0 rm -rf
find . -type d -a -name '__pycache__' -print0 | xargs -0 rm -rf
find . -type d -a -name 'tests' -print0 | xargs -0 rm -rf
find . -type d -a -name 'boto3' -print0 | xargs -0 rm -rf
Expand Down

0 comments on commit c1edfc4

Please sign in to comment.