Skip to content

Commit 1d6cb37

Browse files
committed
update _buildWindows comments
1 parent b115fe4 commit 1d6cb37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-scripts.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,9 @@ function _buildLinux {
141141
}
142142

143143
function _buildWindows {
144-
echo "Linux Build"
145144
echo "Setup Node Version $AMPLIFY_NODE_VERSION for Windows"
146145
_setupNodeVersionWindows $AMPLIFY_NODE_VERSION
146+
echo "Windows Build"
147147
yarn run production-build
148148
storeCacheForWindowsBuildJob
149149
}

0 commit comments

Comments
 (0)