fix(components): additional output in the versioning script

This commit is contained in:
Karol Sójko
2022-07-12 13:31:15 +02:00
parent 7624f95462
commit b3c8d6e976

View File

@@ -3,7 +3,7 @@
echo 'Building components from' $(pwd)
# Exit immediately after an error in any command
set -e
set -xe
yarn clean && yarn build:components
@@ -11,4 +11,4 @@ echo "Packaging component assets and zips..."
node scripts/package.mjs
git add dist
(git commit -m 'chore(release): components') || true
(git commit -m 'chore(release): components') || true