diff --git a/.gitignore b/.gitignore index 7da16aca4..017504084 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,6 @@ tests/bootstrap-config.php .buildpath .project .settings +vendor +src/vendor diff --git a/build.sh b/build.sh index 8a3b7bc66..fb8c0e947 100755 --- a/build.sh +++ b/build.sh @@ -5,6 +5,7 @@ source build-config.cfg #destination=~/devel/wordpress/wp-content/plugins/test-tainacan sh compile-sass.sh +composer install echo "Atualizando arquivos em $destination" rm -r $destination