From a313e51796fe35fb10d9012aa475345f9add3166 Mon Sep 17 00:00:00 2001 From: Johnson Chu Date: Wed, 6 Dec 2023 02:12:00 +0800 Subject: [PATCH] Update package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9fd81ed0..c6ef6316 100644 --- a/package.json +++ b/package.json @@ -5,8 +5,8 @@ "build": "tsc -b", "watch": "tsc -b -w", "prerelease": "npm run build", - "release": "lerna publish --exact --force-publish --yes --sync-workspace-lock --no-push --dist-tag volar-2.0", - "release:next": "npm run release -- --dist-tag next" + "release": "npm run release -- --dist-tag volar-2.0", + "release:next": "lerna publish --exact --force-publish --yes --sync-workspace-lock --no-push" }, "devDependencies": { "@lerna-lite/cli": "latest",