Skip to content

Commit

Permalink
feat: setting up semantic-release (#118)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: noConflict has been removed
  • Loading branch information
chanind authored Jun 10, 2019
1 parent 3e63e81 commit 091f409
Show file tree
Hide file tree
Showing 3 changed files with 2,677 additions and 69 deletions.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ jobs:

- run: yarn lint-test
- run: yarn test
- run: yarn codecov
- run: yarn codecov
- run: if [ "$CIRCLE_BRANCH" = "master" ]; then yarn semantic-release; fi
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,15 @@
"jest-cli": "^24.8.0",
"lolex": "2.3.2",
"nise": "^1.2.5",
"semantic-release": "^15.13.12",
"webpack": "^3.6.0"
},
"scripts": {
"test": "jest",
"lint-test": "eslint -c .eslintrc-jest src",
"build": "grunt",
"prepublishOnly": "grunt"
"prepublishOnly": "grunt",
"semantic-release": "semantic-release"
},
"jest": {
"setupFiles": [
Expand All @@ -54,4 +56,4 @@
"coverageDirectory": "../coverage/",
"collectCoverage": true
}
}
}
Loading

0 comments on commit 091f409

Please sign in to comment.