Skip to content

Commit

Permalink
Remove pipefail from typegen
Browse files Browse the repository at this point in the history
  • Loading branch information
jordojordo committed Oct 8, 2024
1 parent a64ce1c commit 76bdc97
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions shell/scripts/typegen.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#!/usr/bin/env bash

set -eo pipefail

SCRIPT_DIR="$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
BASE_DIR="$(cd $SCRIPT_DIR && cd ../.. && pwd)"
SHELL_DIR=$BASE_DIR/shell
Expand Down

0 comments on commit 76bdc97

Please sign in to comment.