nocobase/lerna.json
2025-02-27 01:13:54 +00:00

16 lines
274 B
JSON

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