File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 5656
5757 - stage : release
5858 name : release rc
59- script : npm run release:rc -- --yes
59+ script :
60+ - echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" > ../.npmrc
61+ - npm run release:rc -- --yes
6062
6163notifications :
6264 email : false
Original file line number Diff line number Diff line change 1515 "lint" : " lerna run --parallel lint" ,
1616 "depcheck" : " lerna run --parallel depcheck" ,
1717 "release" : " npm run update-contributors && lerna publish" ,
18- "release:rc" : " npm run update-contributors && lerna publish --canary --preid rc --dist-tag next" ,
18+ "release:rc" : " lerna publish --canary --preid rc --dist-tag next" ,
1919 "update-contributors" : " aegir release --lint=false --test=false --bump=false --build=false --changelog=false --commit=false --tag=false --push=false --ghrelease=false --docs=false --publish=false"
2020 },
2121 "devDependencies" : {
You can’t perform that action at this time.
0 commit comments