nocobase/lerna.json
2025-03-14 16:37:22 +00:00

14 lines
258 B
JSON

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