Skip to content

Commit 878c605

Browse files
committed
chore: result of running yarn lerna repair
this was recommended as a post-upgrade step after adopting lerna v9
1 parent 41432b5 commit 878c605

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.prettierignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ tests/node_modules/**
55
tests/app.playground.js
66
tests/app.smartreply.js
77
tests/app.admob.js
8+
9+
/.nx/workspace-data

lerna.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,6 @@
7676
"userUrlFormat": "{{host}}/{{user}}"
7777
},
7878
"ignoreChanges": ["**/docs/**", "**/.github/**", "**/e2e/**", "**/tests/**"],
79-
"version": "23.4.0"
79+
"version": "23.4.0",
80+
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
8081
}

0 commit comments

Comments
 (0)