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 authored and austinkelleher committed Mar 8, 2022
1 parent e1c274e commit 24b7c5b
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 24b7c5b

Please sign in to comment.