diff --git a/build.sh b/build.sh index 1e2527dc..65e94ff9 100755 --- a/build.sh +++ b/build.sh @@ -1,5 +1,7 @@ #!/bin/sh +set -e + rm -rf ./dist yarn tsc -p tsconfig.dist.json --declaration cp README.md dist/README.md