Single source of truth: scripts/npmrc.template - sync-npmrc.sh: copies template to all 13 product repos - check-npmrc-drift.sh: detects drift (exit 1 if any repo drifted) Also synced 4 drifted repos: MindLyst, NoteLett, ActionTrail, Talk2Obs. Prevents future gitea.bytelyst.com hardcoding issues.
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
|