Skip to content

Commit

Permalink
chore: add commit message to lerna config
Browse files Browse the repository at this point in the history
  • Loading branch information
jigsawye committed Mar 4, 2019
1 parent 841ca04 commit a9e932c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,10 @@
"packages": ["packages/*"],
"version": "independent",
"useWorkspaces": true,
"npmClient": "yarn"
"npmClient": "yarn",
"command": {
"version": {
"message": "chore(release): publish"
}
}
}
6 changes: 3 additions & 3 deletions packages/tailor-ui/.size-snapshot.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"lib/tailor-ui.umd.js": {
"bundled": 3102740,
"minified": 1472023,
"gzipped": 467262
"bundled": 3102556,
"minified": 1471980,
"gzipped": 467235
}
}

0 comments on commit a9e932c

Please sign in to comment.