Skip to content

Commit

Permalink
chore: add script
Browse files Browse the repository at this point in the history
  • Loading branch information
shanyuhai123 committed Jul 3, 2021
1 parent f550406 commit e52563e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"scripts": {
"build": "lerna run --stream --sort build",
"lint": "eslint --ext .js,.ts packages",
"release": "yarn build && lerna publish"
"release": "yarn build && lerna publish",
"release:next": "yarn build && lerna publish --dist-tag next"
},
"devDependencies": {
"@types/jest": "^26.0.20",
Expand Down

0 comments on commit e52563e

Please sign in to comment.