@radhya/mach 1.8.2 → 1.8.3

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.
Files changed (2) hide show
  1. package/dist/index.js +4 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -346,6 +346,10 @@ if [ ! -z "$ANDROID_VERSION_CODE" ]; then
346
346
  SIGNING_FLAGS+=( "-Pandroid.injected.version.code=$ANDROID_VERSION_CODE" )
347
347
  fi
348
348
 
349
+ echo "[DISK] Before Gradle build:"
350
+ df -h /
351
+ du -sh /home/ubuntu/build /root/.gradle /root/.npm 2>/dev/null || true
352
+
349
353
  $GRADLEW {{BUILD_COMMAND}} "\${SIGNING_FLAGS[@]}" --console=plain --no-daemon 2>&1
350
354
  BUILD_EXIT_CODE=$?
351
355
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@radhya/mach",
3
- "version": "1.8.2",
3
+ "version": "1.8.3",
4
4
  "description": "Mach CLI: Cloud Build Orchestrator for React Native & Expo",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",