Skip to content

Commit

Permalink
Revert "Create dev packages with a blocks.ini file"
Browse files Browse the repository at this point in the history
This reverts commit 0d12f20.
  • Loading branch information
Aljullu authored and jonny-bull committed Dec 14, 2021
1 parent 035cbdb commit 154e53f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions bin/build-plugin-zip.sh
Original file line number Diff line number Diff line change
Expand Up @@ -129,11 +129,6 @@ mkdir zip-file
mkdir zip-file/build
sh "$SOURCE_PATH/bin/copy-plugin-files.sh" "$SOURCE_PATH" "$SOURCE_PATH/zip-file"
cd "$(pwd)/zip-file"
if [ $TYPE = 'DEV' ]; then
touch blocks.ini
printf 'woocommerce_blocks_phase = 3\nwoocommerce_blocks_env = development' > blocks.ini
ls
fi
zip -r ../woocommerce-gutenberg-products-block.zip ./
cd ..
rm -r zip-file
Expand Down

0 comments on commit 154e53f

Please sign in to comment.