Skip to content

Commit

Permalink
chore: check packages have changes before attempting to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
wopian committed Aug 29, 2018
1 parent eeb2485 commit c543714
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"master"
],
"conventionalCommits": true,
"message": "chore(release): publish package(s)",
"message": "chore(release): publish packages",
"npmClient": "yarn"
}
},
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"fix": "eslint packages --fix",
"bootstrap": "lerna bootstrap",
"diff": "lerna diff",
"updated": "lerna updated",
"release": "lerna publish",
"updated": "lerna updated -l --sort --loglevel=silent",
"release": "yarn updated && lerna publish",
"rules": "run-p rules:*",
"rules:wopian": "eslint-find-rules packages/eslint-config-wopian/index.js --current",
"rules:wopian-react": "eslint-find-rules packages/eslint-config-wopian-react/index.js --current",
Expand Down

0 comments on commit c543714

Please sign in to comment.