nocobase/lerna.json
2024-05-07 16:49:53 +08:00

14 lines
266 B
JSON

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