From a9a3254ada0375446939aa8bad4387de4fcd7dd7 Mon Sep 17 00:00:00 2001 From: Leo Germani Date: Fri, 11 Oct 2019 15:13:25 -0300 Subject: [PATCH] Remove pdf parser tests from the build #312 --- build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sh b/build.sh index 25d42b5be..2b75c8a86 100755 --- a/build.sh +++ b/build.sh @@ -72,6 +72,7 @@ rsync -axz --exclude='vendor/bin/phpc*' --exclude='vendor/squizlabs' --exclude=' --exclude='vendor/respect/validation/docs' --exclude='vendor/respect/validation/tests' \ --exclude='pdf-viewer/pdfjs-dist/web/compressed.tracemonkey-pldi-09.pdf' \ --exclude='vendor/tecnickcom/tcpdf/fonts' \ + --exclude='vendor/smalot/pdfparser/src/Smalot/PdfParser/Tests/' \ src/* $wp_plugin_dir/ rm -rf $wp_plugin_dir/scss