Skip to content

Commit

Permalink
Terminate generate script immediately if any command exits with a non…
Browse files Browse the repository at this point in the history
…-zero status
  • Loading branch information
andrii-balitskyi committed Apr 4, 2024
1 parent 9f5bb68 commit f30b67b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/generate.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
set -e # Exit immediately if any command exits with a non-zero status.

# Remove the existing 'seam' directory
rm -rf ./seam
Expand Down

0 comments on commit f30b67b

Please sign in to comment.