Skip to content
This repository has been archived by the owner on Mar 14, 2023. It is now read-only.

Commit

Permalink
chore: add release script
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Mar 25, 2018
1 parent 0ef31d6 commit 8498d7b
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 @@ -7,7 +7,8 @@
"dev": "lerna bootstrap && yarn build && lerna-watch",
"format": "prettier --write \"packages/*/src/**/*.js\"",
"lint": "eslint --cache .",
"publish": "lerna publish",
"release":
"yarn build && lerna publish --conventional-commits && conventional-github-releaser -p angular",
"test": "jest --runInBand --coverage && codecov"
},
"devDependencies": {
Expand Down

0 comments on commit 8498d7b

Please sign in to comment.