Skip to content

Commit

Permalink
fix(ci): avoid pre* hooks clash in prerelease script
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Bekrin committed May 24, 2019
1 parent 971d9d0 commit aa344a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
if: branch = master
script:
- echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc
- yarn prerelease
- yarn pre-release
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"lint": "spire lint",
"test": "spire test",
"release": "spire release",
"prerelease": "lerna publish --no-git-reset --no-git-tag-version --canary --preid next --pre-dist-tag next"
"pre-release": "lerna publish --no-git-reset --no-git-tag-version --canary --preid next --pre-dist-tag next"
},
"spire": {
"extends": "spire-config-default",
Expand Down

0 comments on commit aa344a0

Please sign in to comment.