We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f608035 commit 9f970edCopy full SHA for 9f970ed
shared-scripts.sh
@@ -141,9 +141,9 @@ function _buildLinux {
141
}
142
143
function _buildWindows {
144
- echo "Linux Build"
145
echo "Setup Node Version $AMPLIFY_NODE_VERSION for Windows"
146
_setupNodeVersionWindows $AMPLIFY_NODE_VERSION
+ echo "Windows Build"
147
yarn run production-build
148
storeCacheForWindowsBuildJob
149
0 commit comments