chore: components packaging script early exit
This commit is contained in:
@@ -2,6 +2,9 @@
|
|||||||
|
|
||||||
echo 'Building components from' $(pwd)
|
echo 'Building components from' $(pwd)
|
||||||
|
|
||||||
|
# Exit immediately after an error in any command
|
||||||
|
set -e
|
||||||
|
|
||||||
yarn clean && yarn build:components
|
yarn clean && yarn build:components
|
||||||
|
|
||||||
echo "Packaging component assets and zips..."
|
echo "Packaging component assets and zips..."
|
||||||
|
|||||||
Reference in New Issue
Block a user