chore: add new command pnpm release (#782)

Co-authored-by: sealday <sealday@gmail.com>
Reviewed-on: daoyoucloud/tachybase#782
This commit is contained in:
sealday 2024-04-20 06:25:49 +08:00
parent ab51d5deff
commit ecbd4bbafc

View File

@ -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",