nocobase/lerna.json
2024-07-28 14:27:05 +08:00

14 lines
265 B
JSON

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