egg_tools/lerna.json
zhaoyingbo 686a77d8d1
Some checks failed
/ release (push) Failing after 1m1s
feat: 把每个组件进行拆包处理
2024-08-19 01:45:18 +00:00

12 lines
164 B
JSON

{
"packages": [
"packages/*"
],
"version": "independent",
"command": {
"publish": {
"conventionalCommits": true,
"yes": true
}
}
}