Skip to content

Commit b80e2d4

Browse files
author
Lukas Holzer
committed
chore: update lerna to version 6
1 parent 361fe72 commit b80e2d4

File tree

4 files changed

+922
-890
lines changed

4 files changed

+922
-890
lines changed

lerna.json

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"useNx": true,
43
"useWorkspaces": true,
54
"version": "independent"
65
}

nx.json

+6
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,11 @@
1515
"test:ci": {
1616
"dependsOn": ["build"]
1717
}
18+
},
19+
"$schema": "./node_modules/nx/schemas/nx-schema.json",
20+
"namedInputs": {
21+
"default": ["{projectRoot}/**/*", "sharedGlobals"],
22+
"sharedGlobals": [],
23+
"production": ["default"]
1824
}
1925
}

0 commit comments

Comments
 (0)