From 8682af5628c4ac49ebb4365e9f915417426f856a Mon Sep 17 00:00:00 2001 From: Juan Picado Date: Mon, 24 May 2021 10:46:25 +0200 Subject: [PATCH] chore: restore script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3b9b7ca566be..cb63f0a9e0b7 100644 --- a/package.json +++ b/package.json @@ -146,7 +146,7 @@ "ci:version": "run-s ci:version:changeset ci:version:install", "ci:version:install": "pnpm install --frozen-lockfile=false", "ci:version:changeset": "changeset version", - "ci:publish": "changeset publish --tag next", + "ci:publish": "changeset publish", "ts:ref": "update-ts-references --discardComments" }, "license": "MIT",