We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a26cae4 commit 6422856Copy full SHA for 6422856
.travis.yml
@@ -17,7 +17,7 @@ script:
17
- yarn test
18
after_success:
19
- npm install -g travis-deploy-once@4
20
- - travis-deploy-once "npm run semantic-release"
+ - travis-deploy-once "yarn semantic-release"
21
branches:
22
except:
23
- /^v\d+\.\d+\.\d+$/
package.json
@@ -23,7 +23,7 @@
"build": "babel src -d dist --copy-files --ignore __tests__",
24
"test": "jest",
25
"lint": "eslint . --ignore-path=.gitignore",
26
- "semantic-release": "semantic-release pre && npm publish && semantic-release post"
+ "semantic-release": "semantic-release"
27
},
28
"peerDependencies": {
29
"prettier": ">=1.8.0"
0 commit comments