nocobase/lerna.json
2024-12-12 03:15:37 +00:00

16 lines
266 B
JSON

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