Skip to content

Commit b70d122

Browse files
committed
Remove all stubs- files from zips
1 parent faa3000 commit b70d122

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

bin/zip-plugin.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,7 @@ zip -r $zipname $destination \
9999
-x "*/*.stubs.php" \
100100
-x "*/stubs.php" \
101101
-x "*/stubs" \
102-
-x "*/stubs-mcp-adapter" \
103-
-x "*/stubs-wp-rest-controller" \
102+
-x "*/stubs-*" \
104103
-x "*/readme.md" \
105104
-x "*/README.md" \
106105
-x "*/tests/*" \

0 commit comments

Comments
 (0)