Skip to content

Commit 9fabb5a

Browse files
committed
not setup node version for _buildLinux and _buildWindows for now
1 parent ac4eaee commit 9fabb5a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

shared-scripts.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -133,17 +133,13 @@ function _setShell {
133133

134134
function _buildLinux {
135135
_setShell
136-
echo "Setup Node Version $AMPLIFY_NODE_VERSION for Linux"
137-
_setupNodeVersionLinux $AMPLIFY_NODE_VERSION
138136
echo "Linux Build"
139137
yarn run production-build
140138
storeCacheForLinuxBuildJob
141139
}
142140

143141
function _buildWindows {
144142
echo "Linux Build"
145-
echo "Setup Node Version $AMPLIFY_NODE_VERSION for Windows"
146-
_setupNodeVersionWindows $AMPLIFY_NODE_VERSION
147143
yarn run production-build
148144
storeCacheForWindowsBuildJob
149145
}

0 commit comments

Comments
 (0)