From 7105b268eebf830a25f494cd3ff70c4fad3d5296 Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Fri, 19 Jul 2019 14:42:36 +0800 Subject: [PATCH] chore: release -y --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 61342484df..37e0e00952 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "postinstall": "lerna bootstrap", "lint": "lerna run lint", "lint:fix": "lerna run lint -- -- --fix", - "release": "lerna publish --conventional-commits" + "release": "lerna publish --conventional-commits -y" }, "devDependencies": { "@antfu/eslint-config": "^0.1.5",