We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7e4abd4 + 21996fd commit 4e6159bCopy full SHA for 4e6159b
1 file changed
package-plugin.sh
@@ -46,7 +46,7 @@ rsync -av \
46
--exclude='.*' \
47
--exclude='*/.*' \
48
--exclude='node_modules/' \
49
- --exclude='blocks/' \
+ --exclude='/blocks/' \
50
"$SOURCE_DIR/" "$DIST_DIR/$PLUGIN_NAME/"
51
52
# Step 2.1: Clean up any remaining hidden files that might have been copied
0 commit comments