From 7054f93c7c54cac819a2c0bd3fd6e29030f781e7 Mon Sep 17 00:00:00 2001 From: Rumperuu Date: Mon, 17 May 2021 12:55:02 +0100 Subject: [PATCH] ci: minor tweaks to build script --- _tools/build.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/_tools/build.sh b/_tools/build.sh index eca7823..2152ef8 100755 --- a/_tools/build.sh +++ b/_tools/build.sh @@ -1,7 +1,5 @@ #!/bin/bash -# TODO: Add transpilation to PHP 7.4 - echo "Building Plugin..." # Moves everything including the style sheets over to `dist/` @@ -39,6 +37,7 @@ echo "Downgrading to PHP 7.4..." echo "Downgrading complete." if [[ $1 == "-v" ]]; then + echo "Moving to VVV..." rm -rf ../VVV/www/wordpress-two/public_html/wp-content/plugins/footnotes mv dist footnotes && mv footnotes ../VVV/www/wordpress-two/public_html/wp-content/plugins fi