diff --git a/package-plugin.sh b/package-plugin.sh index 0713dbe..6a92be3 100755 --- a/package-plugin.sh +++ b/package-plugin.sh @@ -46,7 +46,7 @@ rsync -av \ --exclude='.*' \ --exclude='*/.*' \ --exclude='node_modules/' \ - --exclude='blocks/' \ + --exclude='/blocks/' \ "$SOURCE_DIR/" "$DIST_DIR/$PLUGIN_NAME/" # Step 2.1: Clean up any remaining hidden files that might have been copied