mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 12:26:22 +00:00
16 lines
274 B
JSON
16 lines
274 B
JSON
{
|
|
"version": "0.9.1-alpha.2",
|
|
"npmClient": "yarn",
|
|
"useWorkspaces": true,
|
|
"npmClientArgs": [
|
|
"--ignore-engines"
|
|
],
|
|
"command": {
|
|
"version": {
|
|
"forcePublish": true,
|
|
"exact": true,
|
|
"message": "chore(versions): 😊 publish %s"
|
|
}
|
|
}
|
|
}
|