Skip to content

Commit 86d8636

Browse files
committed
ran lerna repair
1 parent 4880b3c commit 86d8636

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.prettierignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@ node_modules
22
**/node_modules
33
**/dist
44
**/tmp
5+
6+
/.nx/workspace-data

lerna.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"version": "independent",
33
"npmClient": "yarn",
4-
"useWorkspaces": true,
54
"packages": ["packages/*"],
65
"command": {
76
"publish": {
@@ -11,5 +10,6 @@
1110
"version": {
1211
"changelogPreset": "conventionalcommits"
1312
}
14-
}
13+
},
14+
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
1515
}

0 commit comments

Comments
 (0)