From d7a941b1c1ad344668838e3445c834355326e198 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Sun, 4 Apr 2021 17:58:59 +0200 Subject: [PATCH] chore(pkg): add release script --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index e8afd7c3ee..f313882827 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,7 @@ "build": "jiti ./scripts/build-all", "stub": "yarn build --stub", "gentypes": "yarn workspace @nuxt/kit jiti ./scripts/gentypes", + "release": "lerna publish -m \"chore: release\"", "nu": "./node_modules/.bin/nu", "play": "yarn run nu dev playground", "lint": "yarn gentypes && eslint --ext .vue,.ts,.js .",