Skip to content

Commit

Permalink
chore: lerna version
Browse files Browse the repository at this point in the history
  • Loading branch information
shanyuhai123 committed Mar 22, 2021
1 parent 24a954c commit 946a4f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"packages": [
"packages/*"
],
"version": "independent",
"version": "2.0.0",
"command": {
"publish": {
"ignoreChanges": ["*.md"],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"scripts": {
"build": "lerna run --stream --sort build",
"lint": "eslint --ext .js,.ts packages",
"release": "yarn lint && yarn build && lerna publish"
"release": "yarn build && lerna publish"
},
"devDependencies": {
"@types/jest": "^26.0.20",
Expand Down

0 comments on commit 946a4f6

Please sign in to comment.