Skip to content

Commit c8890db

Browse files
Merge pull request #466 from PubMatic/remove_unintended_commit
Reverting the commit added due to script.
2 parents 12f7b2d + b89a290 commit c8890db

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_V7_51_0}/node_modules/"
55+
OpenWrapNodeModules="${GLOBAL_OPENWRAP_PKG_JSON_DIR_V7_39_0}/node_modules/"
5656

5757

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

62-
PrebidJSNodeModules="${GLOBAL_PREBID_PKG_JSON_DIR_V7_51_0}/node_modules/"
62+
PrebidJSNodeModules="${GLOBAL_PREBID_PKG_JSON_DIR_V7_39_0}/node_modules/"
6363

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

0 commit comments

Comments
 (0)