Skip to content

Commit b3aa936

Browse files
committedSep 17, 2023
Update: fix build
1 parent ef1d16f commit b3aa936

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed
 

‎lerna.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,11 @@
1313
"publish": {}
1414
},
1515
"useNx": true,
16-
"loglevel": "debug"
16+
"loglevel": "debug",
17+
"packages": ["packages/*"],
18+
"ignoreChanges": [
19+
"packages/react-formz-storybook/**",
20+
"packages/documentation/**",
21+
"packages/react-formz-storybook-native/**"
22+
]
1723
}

0 commit comments

Comments
 (0)
Please sign in to comment.