nocobase/lerna.json
2024-09-06 08:59:59 +00:00

16 lines
272 B
JSON

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