Skip to content

Commit

Permalink
fix(package.json): revert master release
Browse files Browse the repository at this point in the history
  • Loading branch information
nartc committed Dec 5, 2019
1 parent dc702c2 commit 6766aeb
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ cache:
notifications:
email: false
node_js:
- '10'
- '11'
- '12'
script:
Expand All @@ -19,13 +18,17 @@ jobs:
node_js:
- '12'
name: deploy_docs
script: if [ "$TRAVIS_BRANCH" = "master" -a "$TRAVIS_PULL_REQUEST" = "false" ]; then npm run deploy-docs; fi
if: branch = master
env: TRAVIS_PULL_REQUEST = false
script: yarn deploy-docs
- name: npm_release
node_js:
- '12'
before_script:
- npm run build
script: if [ "$TRAVIS_BRANCH" = "master" -a "$TRAVIS_PULL_REQUEST" = "false" ]; then npm run semantic-release; fi
if: branch = master OR branch = next
env: TRAVIS_PULL_REQUEST = false
script: yarn semantic-release
- name: produce_coverage
node_js:
- '12'
Expand Down
11 changes: 10 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,15 @@
"publishConfig": {
"access": "public"
},
"release": {
"branches": [
"master",
{
"name": "next",
"prerelease": true
}
]
},
"jest": {
"transform": {
".(ts|tsx)": "ts-jest"
Expand Down Expand Up @@ -93,7 +102,7 @@
"lint-staged": "9.5.0",
"prettier": "1.19.1",
"reflect-metadata": "0.1.13",
"semantic-release": "15.13.31",
"semantic-release": "16.0.0-beta.42",
"shelljs": "0.8.3",
"ts-node": "8.5.4",
"tsdx": "0.11.0",
Expand Down

0 comments on commit 6766aeb

Please sign in to comment.