lerna.json publish config

This commit is contained in:
Conner Gallagher 2022-06-06 14:55:40 -05:00
parent 94b484c39b
commit f87f4ab29f
1 changed files with 13 additions and 1 deletions

View File

@ -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"
]
}
}