- .npmrc: use ${GITEA_NPM_HOST:-localhost}:3300 (was hardcoded gitea.bytelyst.com)
- publish-local-packages.sh: use ${GITEA_NPM_HOST:-localhost}:3300 fallback
- fix-npmrc-all-repos.sh: add common-plat to repo list, skip self for
workspace link, add nested .npmrc scanning (e.g. dashboard/.npmrc)
6 lines
238 B
Plaintext
6 lines
238 B
Plaintext
@bytelyst:registry=http://${GITEA_NPM_HOST:-localhost}:3300/api/packages/ByteLyst/npm/
|
|
//localhost:3300/api/packages/ByteLyst/npm/:_authToken=${GITEA_NPM_TOKEN}
|
|
strict-ssl=false
|
|
link-workspace-packages=true
|
|
prefer-workspace-packages=true
|