nocobase/lerna.json
2025-02-20 01:07:31 +00:00

16 lines
273 B
JSON

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