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 71010f3 commit 29ab6d7Copy full SHA for 29ab6d7
.prettierignore
@@ -2,3 +2,5 @@ node_modules
2
**/node_modules
3
**/dist
4
**/tmp
5
+
6
+/.nx/workspace-data
lerna.json
@@ -1,7 +1,6 @@
1
{
"version": "independent",
"npmClient": "yarn",
- "useWorkspaces": true,
"packages": ["packages/*"],
"command": {
7
"publish": {
@@ -11,5 +10,6 @@
11
10
"version": {
12
"changelogPreset": "conventionalcommits"
13
}
14
- }
+ },
+ "$schema": "node_modules/lerna/schemas/lerna-schema.json"
15
0 commit comments