mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 05:36:05 +00: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"
|
|
]
|
|
}
|
|
}
|
|
}
|