update build.sql

This commit is contained in:
vnmedeiros 2020-07-15 17:06:43 -03:00
parent a6f4253283
commit b348c58f3e
1 changed files with 1 additions and 0 deletions

View File

@ -78,5 +78,6 @@ rsync -axz --exclude='vendor/bin/phpc*' --exclude='vendor/squizlabs' --exclude='
src/* $wp_plugin_dir/
rm -rf $wp_plugin_dir/scss
find $wp_plugin_dir/views/ -type f -name '*.js' ! -path "${wp_plugin_dir}/views/libs/*" -exec rm {} +
echo "Build complete!"