Skip to content

Commit 0ef331e

Browse files
committed
Update: fix build
1 parent 0068631 commit 0ef331e

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

lerna.json

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
33
"useWorkspaces": true,
4-
"version": "1.2.0",
4+
"version": "1.4.0",
55
"npmClient": "yarn",
66
"gitTagVersion": true,
77
"conventionalCommits": true,
@@ -14,11 +14,14 @@
1414
},
1515
"useNx": true,
1616
"loglevel": "debug",
17-
"packages": ["packages/*"],
17+
"packages": [
18+
"packages/*"
19+
],
1820
"ignore": "packages/(react-formz-storybook|documentation|react-formz-storybook-native)/**",
1921
"ignoreChanges": [
2022
"packages/react-formz-storybook/**",
2123
"packages/documentation/**",
2224
"packages/react-formz-storybook-native/**"
23-
]
25+
],
26+
"private": false
2427
}

0 commit comments

Comments
 (0)