Browse Source

Added `rm -rf src` before enterprise composer install

Mark Shust 4 năm trước cách đây
mục cha
commit
f4272781ef
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      compose/bin/download

+ 1 - 0
compose/bin/download

@@ -4,6 +4,7 @@
 edition=${2:-community}
 
 if [[ "$edition" == "enterprise" ]]; then
+    rm -rf src
     composer create-project --repository=https://repo.magento.com/ --ignore-platform-reqs magento/project-enterprise-edition=$1 src
     exit 0
 fi