From e52563e0876cc6e5f07fcfebcd1403ca682c9072 Mon Sep 17 00:00:00 2001 From: shanyuhai123 <864299347@qq.com> Date: Sun, 4 Jul 2021 00:46:47 +0800 Subject: [PATCH] chore: add script --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 95f99ef..5c00f1a 100644 --- a/package.json +++ b/package.json @@ -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",