Skip to content

Commit

Permalink
chore(semantic-release): fix semantic release travis
Browse files Browse the repository at this point in the history
  • Loading branch information
zoetrope69 committed Aug 6, 2020
1 parent 6e43fa4 commit 75a0af6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ after_success:
- "curl -Lo travis_after_all.py https://git.io/travis_after_all"
- python travis_after_all.py
- export $(cat .to_export_back) &> /dev/null
- npm run semantic-release
- npx semantic-release
branches:
except:
- /^v\d+\.\d+\.\d+$/
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
"example": "node test/example.js",
"pretest": "npm run prettier && npm run example",
"test": "jest",
"test:watch": "jest --watch",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
"test:watch": "jest --watch"
},
"keywords": [
"letterboxd"
Expand Down

0 comments on commit 75a0af6

Please # to comment.