mirror of
https://gitee.com/nocobase/nocobase.git
synced 2024-11-29 18:58:26 +08:00
20 lines
278 B
JSON
20 lines
278 B
JSON
|
{
|
||
|
"packages": [
|
||
|
"packages/*"
|
||
|
],
|
||
|
"version": "independent",
|
||
|
"command": {
|
||
|
"bootstrap": {
|
||
|
"npmClientArgs": [
|
||
|
"--no-package-lock"
|
||
|
]
|
||
|
},
|
||
|
"publish": {
|
||
|
"allowBranch": "master",
|
||
|
"ignoreChanges": [
|
||
|
"*.md"
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|