nocobase/lerna.json
2024-11-13 02:20:46 +00:00

14 lines
266 B
JSON

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