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 73c4ffc commit 73ed746Copy full SHA for 73ed746
shared-scripts.sh
@@ -134,7 +134,7 @@ function _setShell {
134
function _buildLinux {
135
_setShell
136
echo "Setup Node Version $AMPLIFY_NODE_VERSION for Linux"
137
- setupNodeVersionLinux $AMPLIFY_NODE_VERSION
+ _setupNodeVersionLinux $AMPLIFY_NODE_VERSION
138
echo "Linux Build"
139
yarn run production-build
140
storeCacheForLinuxBuildJob
@@ -143,7 +143,7 @@ function _buildLinux {
143
function _buildWindows {
144
145
echo "Setup Node Version $AMPLIFY_NODE_VERSION for Windows"
146
- setupNodeVersionWindows $AMPLIFY_NODE_VERSION
+ _setupNodeVersionWindows $AMPLIFY_NODE_VERSION
147
148
storeCacheForWindowsBuildJob
149
}
0 commit comments