Skip to content

Commit

Permalink
chore: add log for yarn version
Browse files Browse the repository at this point in the history
  • Loading branch information
awsluja committed Dec 12, 2023
1 parent 5319daf commit 6b206c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions codebuild_specs/scripts-windows/shared-scripts-windows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ function _lsOut {
}
function _build {
echo Windows Build
yarn --version
yarn run production-build
yarn build-tests
}
Expand Down
1 change: 1 addition & 0 deletions shared-scripts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ function _loadTestAccountCredentials {

function _buildLinux {
echo Linux Build
yarn --version
yarn --immutable
yarn production-build
yarn build-tests
Expand Down

0 comments on commit 6b206c3

Please sign in to comment.