nocobase/lerna.json
2023-08-02 11:25:57 +08:00

14 lines
267 B
JSON

{
"version": "0.12.0-alpha.3",
"npmClient": "yarn",
"useWorkspaces": true,
"npmClientArgs": ["--ignore-engines"],
"command": {
"version": {
"forcePublish": true,
"exact": true,
"message": "chore(versions): 😊 publish %s"
}
}
}