diff --git a/package.json b/package.json index 6134248..37e0e00 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",