mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 12:26:22 +00:00
18 lines
256 B
JSON
18 lines
256 B
JSON
{
|
|
"packages": [
|
|
"packages/*"
|
|
],
|
|
"version": "independent",
|
|
"npmClient": "yarn",
|
|
"useWorkspaces": true,
|
|
"npmClientArgs": [
|
|
"--ignore-engines"
|
|
],
|
|
"command": {
|
|
"publish": {
|
|
"ignoreChanges": [
|
|
"*.md"
|
|
]
|
|
}
|
|
}
|
|
} |