Skip to content

Commit ff2a590

Browse files
committed
chore: update build files
1 parent bda3717 commit ff2a590

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,9 @@ jobs:
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

6163
notifications:
6264
email: false

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
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": {

0 commit comments

Comments
 (0)