From ecbd4bbafc363a3f509abe20b350eb6767e45e98 Mon Sep 17 00:00:00 2001 From: sealday Date: Sat, 20 Apr 2024 06:25:49 +0800 Subject: [PATCH] chore: add new command `pnpm release` (#782) Co-authored-by: sealday Reviewed-on: https://git.daoyoucloud.com/daoyoucloud/tachybase/pulls/782 --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index b87c2ec21..d8a85723e 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,7 @@ "pm": "tachybase pm", "pm2": "tachybase pm2", "prepare": "husky", + "release": "pnpm -r exec -- npm version patch", "run:example": "tsx -r dotenv/config -r tsconfig-paths/register ./examples/index.ts", "start": "tachybase start", "tachybase": "tachybase",