We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
set -e
1 parent 2e57992 commit 4c859f7Copy full SHA for 4c859f7
scripts/clang-format.sh
@@ -1,5 +1,7 @@
1
#!/bin/bash
2
3
+set -e
4
+
5
CPP_DIRS=(
6
# react-native-nitro-modules
7
"packages/react-native-nitro-modules/android/src/main/cpp"
scripts/release.sh
@@ -1,3 +1,7 @@
+#!/bin/bash
echo "Starting the release process..."
echo "Provided options: $@"
0 commit comments