Skip to content

Commit a79cf9e

Browse files
Kapil TuptewarKapil Tuptewar
Kapil Tuptewar
authored and
Kapil Tuptewar
committed
Merge branch 'nightly5.20.x' into UOE-7256-5.20.3
2 parents 1baf938 + 5300bd9 commit a79cf9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

init-build.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,14 @@ then
5252
exit 1
5353
fi
5454

55-
OpenWrapNodeModules="${GLOBAL_OPENWRAP_PKG_JSON_DIR_V5_19_0}/node_modules/"
55+
OpenWrapNodeModules="${GLOBAL_OPENWRAP_PKG_JSON_DIR_V5_20_3}/node_modules/"
5656

5757

5858
function prebidNpmInstall() {
5959
echo "This is SymLinking Start"
6060
cd $1
6161

62-
PrebidJSNodeModules="${GLOBAL_PREBID_PKG_JSON_DIR_V5_19_0}/node_modules/"
62+
PrebidJSNodeModules="${GLOBAL_PREBID_PKG_JSON_DIR_V5_20_3}/node_modules/"
6363

6464
symLinkForPrebidNodeModules=node_modules
6565
if [ -L $symLinkForPrebidNodeModules ]; then

0 commit comments

Comments
 (0)