Skip to content

Commit

Permalink
chore: update build files
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Feb 20, 2020
1 parent bda3717 commit ff2a590
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@ jobs:

- stage: release
name: release rc
script: npm run release:rc -- --yes
script:
- echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" > ../.npmrc
- npm run release:rc -- --yes

notifications:
email: false
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"lint": "lerna run --parallel lint",
"depcheck": "lerna run --parallel depcheck",
"release": "npm run update-contributors && lerna publish",
"release:rc": "npm run update-contributors && lerna publish --canary --preid rc --dist-tag next",
"release:rc": "lerna publish --canary --preid rc --dist-tag next",
"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"
},
"devDependencies": {
Expand Down

0 comments on commit ff2a590

Please sign in to comment.