mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-06 06:03:58 +00:00
9c1e0d1743
Co-authored-by: Clark Du <clark.duxin@gmail.com> Co-authored-by: Pooya Parsa <pooya@pi0.ir>
20 lines
317 B
JSON
20 lines
317 B
JSON
{
|
|
"version": "independent",
|
|
"npmClient": "yarn",
|
|
"useWorkspaces": true,
|
|
"conventionalCommits": true,
|
|
"skipGit": true,
|
|
"yes": true,
|
|
"noPush": true,
|
|
"gitTagVersion": false,
|
|
"packages": [
|
|
"packages/*",
|
|
"distributions/*"
|
|
],
|
|
"command": {
|
|
"publish": {
|
|
"npmClient": "npm"
|
|
}
|
|
}
|
|
}
|