Skip to content

Commit

Permalink
chore: add semantic-release script
Browse files Browse the repository at this point in the history
  • Loading branch information
andipaetzold committed Jul 17, 2020
1 parent 853fed5 commit b054a2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
"clean": "rimraf lib",
"build": "yarn clean && rollup -c",
"watch": "yarn clean && rollup -cw",
"test": "jest"
"test": "jest",
"semantic-release": "semantic-release"
}
}

0 comments on commit b054a2c

Please sign in to comment.