mirror of
https://github.com/labring/laf.git
synced 2026-01-25 16:07:45 +00:00
24 lines
368 B
JSON
24 lines
368 B
JSON
{
|
|
"packages": [
|
|
"./packages/*",
|
|
"./docs",
|
|
"./server",
|
|
"./web",
|
|
"./runtimes/nodejs",
|
|
"./cli",
|
|
"./services/*",
|
|
"./e2e"
|
|
],
|
|
"version": "1.0.0-beta.11",
|
|
"command": {
|
|
"publish": {
|
|
"ignoreChanges": [
|
|
"package-lock.json",
|
|
"*.md",
|
|
"tests",
|
|
"http",
|
|
"ecosystem.config*"
|
|
]
|
|
}
|
|
}
|
|
} |