Skip to content

Commit 9f970ed

Browse files
authored
chore: update _buildWindows comments (#944)
1 parent f608035 commit 9f970ed

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)