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 56
56
57
57
- stage : release
58
58
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
60
62
61
63
notifications :
62
64
email : false
Original file line number Diff line number Diff line change 15
15
"lint" : " lerna run --parallel lint" ,
16
16
"depcheck" : " lerna run --parallel depcheck" ,
17
17
"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" ,
19
19
"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"
20
20
},
21
21
"devDependencies" : {
You can’t perform that action at this time.
0 commit comments