From 6b206c3178a8a2df5f4bcedea42ab58c225a7f79 Mon Sep 17 00:00:00 2001 From: Armando Luja Date: Mon, 11 Dec 2023 17:30:03 -0800 Subject: [PATCH] chore: add log for yarn version --- codebuild_specs/scripts-windows/shared-scripts-windows.sh | 1 + shared-scripts.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/codebuild_specs/scripts-windows/shared-scripts-windows.sh b/codebuild_specs/scripts-windows/shared-scripts-windows.sh index ae0100663bd..88e79e23f1c 100644 --- a/codebuild_specs/scripts-windows/shared-scripts-windows.sh +++ b/codebuild_specs/scripts-windows/shared-scripts-windows.sh @@ -104,6 +104,7 @@ function _lsOut { } function _build { echo Windows Build + yarn --version yarn run production-build yarn build-tests } diff --git a/shared-scripts.sh b/shared-scripts.sh index 52a174230fd..2099b510661 100644 --- a/shared-scripts.sh +++ b/shared-scripts.sh @@ -87,6 +87,7 @@ function _loadTestAccountCredentials { function _buildLinux { echo Linux Build + yarn --version yarn --immutable yarn production-build yarn build-tests