mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 08:47:20 +00:00
176f3269ae
* refactor: set field required in sub-table should display required indicator in column header * fix: test * refactor: code improve * fix: test
14 lines
264 B
JSON
14 lines
264 B
JSON
{
|
|
"version": "1.3.0-alpha",
|
|
"npmClient": "yarn",
|
|
"useWorkspaces": true,
|
|
"npmClientArgs": ["--ignore-engines"],
|
|
"command": {
|
|
"version": {
|
|
"forcePublish": true,
|
|
"exact": true,
|
|
"message": "chore(versions): 😊 publish %s"
|
|
}
|
|
}
|
|
}
|