15 lines
367 B
JSON
15 lines
367 B
JSON
{
|
|
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
|
|
"version": "independent",
|
|
"useWorkspaces": true,
|
|
"exact": true,
|
|
"command": {
|
|
"version": {
|
|
"private": false,
|
|
"message": "chore(app): update version",
|
|
"syncWorkspaceLock": true
|
|
}
|
|
},
|
|
"ignoreChanges": ["**/CHANGELOG.md", "package.json", "package-lock.json"]
|
|
}
|