Skip to content

Commit

Permalink
fix: remove duplicate yarn prepare
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Silberman committed Aug 7, 2019
1 parent ffe3c85 commit 2b34143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"build:frontends": "lerna exec --scope **/agent-frontend --scope **/frontend -- yarn build",
"build:docs": "cd docs && yarn build",
"watch:docs": "cd docs && yarn watch",
"release": "yarn prepare && lerna publish -m 'chore(release): publish %s' --exact --force-publish=* && yarn changelog",
"release": "lerna publish -m 'chore(release): publish %s' --exact --force-publish=* && yarn changelog",
"changelog": "yarn changelog:generate && yarn changelog:publish",
"changelog:generate": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"changelog:publish": "git add CHANGELOG.md && git commit -m 'docs(changelog): publish release changelog' && git push",
Expand Down

0 comments on commit 2b34143

Please sign in to comment.