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 ac4eaee commit 9fabb5aCopy full SHA for 9fabb5a
shared-scripts.sh
@@ -133,17 +133,13 @@ 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