Files
tango/lerna.json
2023-08-25 09:39:35 +08:00

13 lines
256 B
JSON

{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useWorkspaces": true,
"version": "independent",
"packages": ["packages/*"],
"npmClient": "yarn",
"command": {
"version": {
"message": "chore(release): publish"
}
}
}