Skip to content

Commit

Permalink
Merge pull request #537 from PubMatic/UOE-10859
Browse files Browse the repository at this point in the history
Reverted node modules version for OpenWrap
  • Loading branch information
pm-azhar-mulla authored Jul 16, 2024
2 parents 8347688 + 26a6978 commit 69ce14e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions init-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,14 @@ then
exit 1
fi

OpenWrapNodeModules="${GLOBAL_OPENWRAP_PKG_JSON_DIR_V8_52_0}/node_modules/"
OpenWrapNodeModules="${GLOBAL_OPENWRAP_PKG_JSON_DIR_V8_50_0}/node_modules/"

function prebidNpmInstall() {
echo "This is SymLinking Start"
cd $1


PrebidJSNodeModules="${GLOBAL_PREBID_PKG_JSON_DIR_V8_52_0}/node_modules/"
PrebidJSNodeModules="${GLOBAL_PREBID_PKG_JSON_DIR_V8_50_0}/node_modules/"

symLinkForPrebidNodeModules=node_modules
if [ -L $symLinkForPrebidNodeModules ]; then
Expand Down

0 comments on commit 69ce14e

Please sign in to comment.