-
Notifications
You must be signed in to change notification settings - Fork 10
/
lerna.json
41 lines (41 loc) · 892 Bytes
/
lerna.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"command": {
"publish": {
"conventionalCommits": true,
"ignoreChanges": [
"*.test.*",
"*.snap.*",
"*-snap.*",
"*.md",
"*.mdx",
"*.txt",
"*.config.*",
"*.yml",
"*.storyshot",
"*.stories.*",
"*.argTypes.*",
"package.json",
"yarn.lock",
".editorconfig",
".eslintrc.js",
"renovate.json",
"**/__mocks__/**",
"**/__fixtures__/**",
".cicd/**",
".github/**",
"packages/web/.storybook/**",
"packages/web/bin/**",
"vulnerabilidades.json"
],
"message": "chore(release): bump natds-js packages via lerna [skip-ci]"
}
},
"packages": [
"packages/styles",
"packages/web",
"packages/react"
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "independent"
}