Skip to content
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.

Commit

Permalink
Cause build script to exit immediately when subsequent commands fail
Browse files Browse the repository at this point in the history
  • Loading branch information
eXtremeX committed Feb 22, 2022
1 parent 58e47c1 commit b80f884
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/sh

set -e

rm -rf ./dist
yarn tsc -p tsconfig.dist.json --declaration
cp README.md dist/README.md
Expand Down

0 comments on commit b80f884

Please sign in to comment.