@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.
- package/dist/index.js +2 -0
- 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}}
|