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 0a02219 commit 01c6f96Copy full SHA for 01c6f96
shared-scripts.sh
@@ -133,13 +133,17 @@ function _setShell {
133
134
function _buildLinux {
135
_setShell
136
+ echo "Setup Node Version $AMPLIFY_NODE_VERSION for Linux"
137
+ setupNodeVersionLinux $AMPLIFY_NODE_VERSION
138
echo "Linux Build"
139
yarn run production-build
140
storeCacheForLinuxBuildJob
141
}
142
143
function _buildWindows {
144
145
+ echo "Setup Node Version $AMPLIFY_NODE_VERSION for Windows"
146
+ _setupNodeVersionWindows $AMPLIFY_NODE_VERSION
147
148
storeCacheForWindowsBuildJob
149
0 commit comments