nocobase/lerna.json
2024-10-16 23:26:23 +00:00

14 lines
264 B
JSON

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