Преглед на файлове

Move .vscode directory over to src/ directory during install

Mark Shust преди 4 години
родител
ревизия
846d02c12c
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      compose/bin/setup

+ 1 - 0
compose/bin/setup

@@ -10,6 +10,7 @@ sleep 5 #Ensure containers are started...
 
 echo "Copying all files from host to container..."
 rm -rf src/vendor #Clear for step below
+mv .vscode src/
 bin/copytocontainer --all
 
 bin/clinotty chmod u+x bin/magento