mirror of
https://github.com/NetEase/tango.git
synced 2026-07-02 04:24:35 +08:00
13 lines
256 B
JSON
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"
|
|
}
|
|
}
|
|
}
|