We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0068631 commit 0ef331eCopy full SHA for 0ef331e
lerna.json
@@ -1,7 +1,7 @@
1
{
2
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3
"useWorkspaces": true,
4
- "version": "1.2.0",
+ "version": "1.4.0",
5
"npmClient": "yarn",
6
"gitTagVersion": true,
7
"conventionalCommits": true,
@@ -14,11 +14,14 @@
14
},
15
"useNx": true,
16
"loglevel": "debug",
17
- "packages": ["packages/*"],
+ "packages": [
18
+ "packages/*"
19
+ ],
20
"ignore": "packages/(react-formz-storybook|documentation|react-formz-storybook-native)/**",
21
"ignoreChanges": [
22
"packages/react-formz-storybook/**",
23
"packages/documentation/**",
24
"packages/react-formz-storybook-native/**"
- ]
25
26
+ "private": false
27
}
0 commit comments