mirror of
https://github.com/NetEase/tango.git
synced 2026-07-01 06:45:19 +08:00
* chore: up * chore: update release scripts * chore: up * chore: update lerna config * chore(release): publish - @music163/tango-context@1.0.0-alpha.0 - @music163/tango-core@1.0.0-alpha.0 - @music163/tango-designer@1.0.0-alpha.0 - @music163/tango-sandbox@1.0.0-alpha.0 - @music163/tango-setting-form@1.0.0-alpha.0 - @music163/tango-ui@1.0.0-alpha.0 --------- Co-authored-by: wwsun <ww.sww@outlook.com>
12 lines
231 B
JSON
12 lines
231 B
JSON
{
|
|
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
|
|
"version": "independent",
|
|
"packages": ["packages/*"],
|
|
"npmClient": "yarn",
|
|
"command": {
|
|
"version": {
|
|
"message": "chore(release): publish"
|
|
}
|
|
}
|
|
}
|