We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e0a3ef commit 25a3314Copy full SHA for 25a3314
.prettierignore
@@ -7,3 +7,4 @@ packages/prettier-plugin-java/dist
7
CHANGELOG*
8
website/build
9
website/.docusaurus
10
+/.nx/workspace-data
lerna.json
@@ -4,5 +4,6 @@
4
"benchmark/*"
5
],
6
"npmClient": "yarn",
- "version": "independent"
+ "version": "independent",
+ "$schema": "node_modules/lerna/schemas/lerna-schema.json"
}
0 commit comments