@multiplayer-app/session-recorder-react-native 0.0.1-beta.6 → 0.0.1-beta.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -18,9 +18,9 @@ fi
|
|
|
18
18
|
|
|
19
19
|
# Check if target directory exists
|
|
20
20
|
if [ ! -d "$TARGET_DIR" ]; then
|
|
21
|
-
echo "
|
|
22
|
-
echo "💡
|
|
23
|
-
exit
|
|
21
|
+
echo "⚠️ Target directory does not exist: $TARGET_DIR"
|
|
22
|
+
echo "💡 Skipping script execution - please make sure the sample-expo-app is set up and has the package installed"
|
|
23
|
+
exit 0
|
|
24
24
|
fi
|
|
25
25
|
|
|
26
26
|
# Copy the dist folder
|
package/package.json
CHANGED