Skip to content

Commit 4c859f7

Browse files
committed
chore: Use set -e for scripts
1 parent 2e57992 commit 4c859f7

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

scripts/clang-format.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/bash
22

3+
set -e
4+
35
CPP_DIRS=(
46
# react-native-nitro-modules
57
"packages/react-native-nitro-modules/android/src/main/cpp"

scripts/release.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
#!/bin/bash
2+
3+
set -e
4+
15
echo "Starting the release process..."
26
echo "Provided options: $@"
37

0 commit comments

Comments
 (0)