Skip to content

Commit

Permalink
fix: set-up semantic-release packages
Browse files Browse the repository at this point in the history
  • Loading branch information
streamich committed Nov 26, 2019
1 parent bdb77e4 commit 0554c7e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions package.json
Expand Up @@ -60,6 +60,18 @@
},
"testRegex": ".*/__tests__/.*\\.(test|spec)\\.(jsx?|tsx?)$"
},
"release": {
"verifyConditions": [
"@semantic-release/changelog",
"@semantic-release/npm",
"@semantic-release/git"
],
"prepare": [
"@semantic-release/changelog",
"@semantic-release/npm",
"@semantic-release/git"
]
},
"keywords": [
"fs",
"filesystem",
Expand Down

0 comments on commit 0554c7e

Please sign in to comment.