Skip to content

Commit

Permalink
Adding /build directory to release
Browse files Browse the repository at this point in the history
  • Loading branch information
becdetat committed Mar 30, 2021
1 parent fb2fbb5 commit fd5351f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/release-to-github.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ read -r VERSION

CURRENTBRANCH="$(git rev-parse --abbrev-ref HEAD)"

if [ ! -d "dist" ]; then
echo "Dist directory not found. Aborting."
if [ ! -d "build" ]; then
echo "Build directory not found. Aborting."
exit 1
fi

Expand Down
1 change: 1 addition & 0 deletions build/index.asset.php
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<?php return array('dependencies' => array('wp-api-fetch', 'wp-components', 'wp-compose', 'wp-data', 'wp-data-controls', 'wp-element', 'wp-hooks', 'wp-polyfill'), 'version' => '070d5b3aabc554237ad0382a21edc64b');
1 change: 1 addition & 0 deletions build/index.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions build/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fd5351f

Please sign in to comment.