mirror of
https://github.com/zkitter/configs.git
synced 2026-01-06 21:53:50 -05:00
19 lines
307 B
JSON
19 lines
307 B
JSON
{
|
|
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
|
|
"command": {
|
|
"version": {
|
|
"ignoreChanges": [
|
|
"**/*md"
|
|
]
|
|
},
|
|
"publish": {
|
|
"ignoreChanges": [
|
|
"**/*md"
|
|
]
|
|
}
|
|
},
|
|
"npmClient": "pnpm",
|
|
"useWorkspaces": true,
|
|
"version": "independent"
|
|
}
|