Skip to content
This repository was archived by the owner on Oct 4, 2022. It is now read-only.

Commit 1b307bc

Browse files
committed
No longer make Lerna ignore changes made to the schema-blocks package
This means the schema-blocks package will again be included in the monorepo release
1 parent 19f7b4e commit 1b307bc

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

lerna.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,5 @@
22
"npmClient": "yarn",
33
"useWorkspaces": true,
44
"version": "independent",
5-
"includeMergedTags": true,
6-
"ignoreChanges": [
7-
"packages/schema-blocks/**"
8-
]
5+
"includeMergedTags": true
96
}

0 commit comments

Comments
 (0)