lerna.json publish config
This commit is contained in:
parent
94b484c39b
commit
f87f4ab29f
14
lerna.json
14
lerna.json
|
@ -11,5 +11,17 @@
|
|||
],
|
||||
"npmClient": "yarn",
|
||||
"version": "independent",
|
||||
"useWorkspaces": true
|
||||
"useWorkspaces": true,
|
||||
"publish": {
|
||||
"registry": "https://npm.pkg.github.com",
|
||||
"ignoreChanges": [
|
||||
"./website/**/*",
|
||||
"./programs/**/*",
|
||||
"./packages/**/*",
|
||||
"./libraries/rs",
|
||||
"./directory/**",
|
||||
"./tools/**",
|
||||
"./**/README.md"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue