Skip to content

Commit

Permalink
Build: Include entire lib/ folder in plugin bundle (#20736)
Browse files Browse the repository at this point in the history
  • Loading branch information
aduth authored Mar 9, 2020
1 parent 38f56fe commit c01bb1e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bin/build-plugin-zip.sh
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,7 @@ build_files=$(ls build/*/*.{js,css,asset.php} build/block-library/blocks/*.php b
status "Creating archive... 🎁"
zip -r gutenberg.zip \
gutenberg.php \
lib/*.php \
lib/demo-block-templates/*.html \
lib \
packages/block-serialization-default-parser/*.php \
post-content.php \
$vendor_scripts \
Expand Down

0 comments on commit c01bb1e

Please sign in to comment.