Skip to content

Commit

Permalink
ci: disable exit on error of get-proto.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
manu0466 committed Aug 28, 2023
1 parent 5c4bc38 commit 57b9d8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/types/script/get-proto.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

# Force stop the execution at the first error
set -e
# set -e

# Absolute path of this script
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
Expand Down

0 comments on commit 57b9d8b

Please sign in to comment.