laf/lerna.json
2023-11-10 20:10:17 +08:00

24 lines
368 B
JSON

{
"packages": [
"./packages/*",
"./docs",
"./server",
"./web",
"./runtimes/nodejs",
"./cli",
"./services/*",
"./e2e"
],
"version": "1.0.0-beta.13",
"command": {
"publish": {
"ignoreChanges": [
"package-lock.json",
"*.md",
"tests",
"http",
"ecosystem.config*"
]
}
}
}