exit package script if anything fails
like running the wrong node version for the build
This commit is contained in:
parent
bbc4b44de5
commit
533b13746d
1 changed files with 1 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
set -e
|
||||
VERSION=$(jq -r ".version" package.json)
|
||||
PACKAGE=matrixto-$VERSION.tar.gz
|
||||
yarn build
|
||||
|
|
Loading…
Reference in a new issue