Skip to content

Commit

Permalink
feat: added changes for NPM Private Org Migration (#10)
Browse files Browse the repository at this point in the history
* feat: added changes for NPM Private Org Migration

* ci: updated the user branch to ln/sfdocs-pvt-pkg

* Update compile
  • Loading branch information
debabrata-shome authored Apr 3, 2024
1 parent 8de0bb1 commit f97a373
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ download_sfdocs_build_config() {
local yarn_lock_file_url="https://raw.githubusercontent.com/salesforcedocs/sfdocs-repo-build-config/main/yarn.lock"
local puge_cache_file_url="https://raw.githubusercontent.com/salesforcedocs/sfdocs-repo-build-config/main/purge.sh"
local file_sync_file_url="https://raw.githubusercontent.com/salesforcedocs/sfdocs-repo-build-config/main/file-sync.js"
local file_npmrc_file_url="https://raw.githubusercontent.com/salesforcedocs/sfdocs-repo-build-config/main/template/npmrcfile"

if [[ -z "${SFDOCS_RELEASE_TAG}" ]]; then
return
Expand All @@ -148,6 +149,7 @@ download_sfdocs_build_config() {
download_config_file "${yarn_lock_file_url}" "sfdocs-repo-build-config/yarn.lock"
download_config_file "${puge_cache_file_url}" "purge.sh"
download_config_file "${file_sync_file_url}" "sfdocs-repo-build-config/file-sync.js"
download_config_file "${file_npmrc_file_url}" ".npmrc"
}

download_sfdocs_build_config
Expand Down

0 comments on commit f97a373

Please sign in to comment.