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) echo 'Building components from' $(pwd)
# Exit immediately after an error in any command # Exit immediately after an error in any command
set -e set -xe
yarn clean && yarn build:components yarn clean && yarn build:components