chore: components packaging script early exit

This commit is contained in:
Mo
2022-07-05 09:56:03 -05:00
parent 339b7f32fd
commit 3abc28d859

View File

@@ -2,6 +2,9 @@
echo 'Building components from' $(pwd)
# Exit immediately after an error in any command
set -e
yarn clean && yarn build:components
echo "Packaging component assets and zips..."