Skip to content

Commit

Permalink
chore: Add publish field in lerna.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed May 1, 2020
1 parent 1b31be3 commit 9043751
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@
],
"version": "independent",
"command": {
"publish": {
"ignoreChanges": [
"*.md",
"*.test.js",
"*.test.tsx"
]
},
"create": {
"homepage": "https://github.com/uiwjs/uiw",
"license": "MIT",
Expand Down

0 comments on commit 9043751

Please sign in to comment.