@radhya/mach 1.4.18 → 1.4.19

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 +2 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -295,7 +295,9 @@ if [ -f "$HOME/.bashrc" ]; then source "$HOME/.bashrc"; fi
295
295
  set -e
296
296
 
297
297
  # 3. Node version switch (must happen before any npm/node usage)
298
+ set +e
298
299
  {{NODE_VERSION_SETUP}}
300
+ set -e
299
301
 
300
302
  # 4. Forward environment variables (includes PRESIGNED_* URLs + project secrets)
301
303
  {{ENV_VARS}}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@radhya/mach",
3
- "version": "1.4.18",
3
+ "version": "1.4.19",
4
4
  "description": "Mach CLI: Cloud Build Orchestrator for React Native & Expo",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",