fix(components): additional output in the versioning script
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
@@ -11,4 +11,4 @@ echo "Packaging component assets and zips..."
|
|||||||
|
|
||||||
node scripts/package.mjs
|
node scripts/package.mjs
|
||||||
git add dist
|
git add dist
|
||||||
(git commit -m 'chore(release): components') || true
|
(git commit -m 'chore(release): components') || true
|
||||||
|
|||||||
Reference in New Issue
Block a user