We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 12f7b2d + b89a290 commit c8890dbCopy full SHA for c8890db
init-build.sh
@@ -52,14 +52,14 @@ then
52
exit 1
53
fi
54
55
-OpenWrapNodeModules="${GLOBAL_OPENWRAP_PKG_JSON_DIR_V7_51_0}/node_modules/"
+OpenWrapNodeModules="${GLOBAL_OPENWRAP_PKG_JSON_DIR_V7_39_0}/node_modules/"
56
57
58
function prebidNpmInstall() {
59
echo "This is SymLinking Start"
60
cd $1
61
62
- PrebidJSNodeModules="${GLOBAL_PREBID_PKG_JSON_DIR_V7_51_0}/node_modules/"
+ PrebidJSNodeModules="${GLOBAL_PREBID_PKG_JSON_DIR_V7_39_0}/node_modules/"
63
64
symLinkForPrebidNodeModules=node_modules
65
if [ -L $symLinkForPrebidNodeModules ]; then
0 commit comments