nocobase/lerna.json
2024-08-27 00:37:42 +00:00

16 lines
271 B
JSON

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