- Created .npmrc with @bytelyst scoped registry pointing to local Gitea - Added publishConfig.registry to all 57 @bytelyst/* package.json files - Created scripts/harden-publish-config.sh for future re-runs - Prevents accidental publish to npmjs.org or corporate JFrog registry
4 lines
159 B
Plaintext
4 lines
159 B
Plaintext
@bytelyst:registry=http://localhost:3300/api/packages/bytelyst/npm/
|
|
//localhost:3300/api/packages/bytelyst/npm/:_authToken=${GITEA_NPM_TOKEN}
|
|
strict-ssl=false
|