Skip to content

Commit

Permalink
Include build/*/*.deps.json in plugin zip
Browse files Browse the repository at this point in the history
  • Loading branch information
sirreal committed Apr 24, 2019
1 parent ce82e1b commit ba7bfc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/build-plugin-zip.sh
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ npm run build
php bin/generate-gutenberg-php.php > gutenberg.tmp.php
mv gutenberg.tmp.php gutenberg.php

build_files=$(ls build/*/*.{js,css} build/block-library/blocks/*.php)
build_files=$(ls build/*/*.{js,css,deps.json} build/block-library/blocks/*.php)

# Generate the plugin zip file.
status "Creating archive... 🎁"
Expand Down

0 comments on commit ba7bfc0

Please sign in to comment.