mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 09:17:23 +00:00
0a28df510d
* chore(versions): 😊 publish v0.7.0-alpha.31 * fix: set visible with confirm * chore(versions): 😊 publish v0.7.0-alpha.32
16 lines
275 B
JSON
16 lines
275 B
JSON
{
|
|
"version": "0.7.0-alpha.32",
|
|
"npmClient": "yarn",
|
|
"useWorkspaces": true,
|
|
"npmClientArgs": [
|
|
"--ignore-engines"
|
|
],
|
|
"command": {
|
|
"version": {
|
|
"forcePublish": true,
|
|
"exact": true,
|
|
"message": "chore(versions): 😊 publish %s"
|
|
}
|
|
}
|
|
}
|