"vendor/woographql" -> "vendor-prefixed" (#777)

This commit is contained in:
Geoffrey K Taylor
2023-08-03 17:02:54 -04:00
committed by GitHub
parent 9bd73aa4b6
commit e684a51004
5 changed files with 7 additions and 10 deletions
+1 -4
View File
@@ -126,11 +126,8 @@ cleanup_local_files() {
fi
echo "Rebuilding lock file..."
cd "$PROJECT_ROOT_DIR/vendor"
find . ! -name '.gitkeep' -type f -exec rm -f {} +
rm -rf $PROJECT_ROOT_DIR/vendor
cd $PROJECT_ROOT_DIR
composer install --no-dev
}