Skip to content

Commit

Permalink
remove build folder from final project
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesnocentini committed Oct 28, 2018
1 parent 1a257f6 commit e043511
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/hotel-lister/examples/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ if [[ ! -z ${1} ]]; then
rm -rf "${OUTPUT_FILE}/HotelLister/platforms/android/local.properties"
rm -rf "${OUTPUT_FILE}/HotelLister/platforms/android/HotelLister.iml"
rm -rf "${OUTPUT_FILE}/HotelLister/platforms/ios/Frameworks/CouchbaseLiteSwift.framework"
rm -rf "${OUTPUT_FILE}/HotelLister/platforms/ios/build/"
else
echo "Error: the output file must be called starter-project or final-project"
fi
Expand Down

0 comments on commit e043511

Please sign in to comment.