Files
.github
.husky
.storybook
__mocks__
cypress
dev-test
functions
img
packages
scripts
website
.all-contributorsrc
.editorconfig
.eslintrc.js
.gitattributes
.gitignore
.nvmrc
.prettierignore
.prettierrc
.stylelintrc
.vale.ini
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md
babel.config.js
cms.png
commitlint.config.js
cypress.json
jest.config.js
lerna.json
netlify.toml
package.json
renovate.json
setupTestFramework.js
tsconfig.json
yarn.lock
static-cms/lerna.json
2019-12-19 11:17:45 -05:00

23 lines
465 B
JSON

{
"lerna": "2.11.0",
"packages": ["packages/*"],
"version": "independent",
"npmClient": "yarn",
"useWorkspaces": true,
"loglevel": "success",
"command": {
"version": {
"allowBranch": ["master", "release/*"],
"conventionalCommits": true,
"preid": "beta",
"gitRemote": "upstream",
"message": "chore(release): publish"
}
},
"ignoreChanges": [
"**/__fixtures__/**",
"**/__tests__/**",
"**/*.md"
]
}