chore: release -y

This commit is contained in:
Anthony Fu 2019-07-19 14:42:36 +08:00
parent c8c6f07341
commit 7105b268ee

View File

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