Skip to content

Commit e91aa8b

Browse files
my commit message
1 parent 0bc2caa commit e91aa8b

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_V6_29_3}/node_modules/"
55+
OpenWrapNodeModules="${GLOBAL_OPENWRAP_PKG_JSON_DIR_V7_25_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_V6_29_3}/node_modules/"
62+
PrebidJSNodeModules="${GLOBAL_PREBID_PKG_JSON_DIR_V7_25_0}/node_modules/"
6363

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

0 commit comments

Comments
 (0)