nocobase/lerna.json

16 lines
272 B
JSON
Raw Permalink Normal View History

2020-10-24 07:34:43 +00:00
{
"version": "1.3.40-beta",
2021-05-23 00:38:08 +00:00
"npmClient": "yarn",
"useWorkspaces": true,
"npmClientArgs": [
"--ignore-engines"
],
2020-10-24 07:34:43 +00:00
"command": {
2021-12-06 13:23:34 +00:00
"version": {
"forcePublish": true,
"exact": true,
"message": "chore(versions): 😊 publish %s"
2020-10-24 07:34:43 +00:00
}
}
2021-12-06 13:23:34 +00:00
}