diff --git a/administration_client/create_config_files.sh b/administration_client/create_config_files.sh index 1a97217..b7ad54f 100755 --- a/administration_client/create_config_files.sh +++ b/administration_client/create_config_files.sh @@ -8,6 +8,6 @@ else echo "registry \"$NPM_CONFIG_REGISTRY\"" echo "registry \"$NPM_CONFIG_REGISTRY\"" >> .npmrc echo "registry \"$NPM_CONFIG_REGISTRY\"" >> .yarnrc - echo "Replacing static yarn registry references in yarn.lock..." + echo "Replacing static yarn registry references in yarn.lock... BUGFIX... revisit with yarn 2+... https://github.com/yarnpkg/yarn/issues/3330" find . -name yarn.lock -exec sed -i "s#https://registry.yarnpkg.com#`awk '$1 == "registry" { gsub(/"/,""); print $NF}' .yarnrc`#g" {} \; fi \ No newline at end of file