Skip to content

Commit c13fe52

Browse files
committed
chore(lerna): we use a yarn lockfile now, prettier reformatted the json
1 parent e54bf49 commit c13fe52

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

lerna.json

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
{
22
"npmClient": "yarn",
3-
"npmClientArgs": [
4-
"--no-lockfile"
5-
],
6-
"packages": [
7-
"packages/*",
8-
"tests"
9-
],
3+
"packages": ["packages/*", "tests"],
104
"useWorkspaces": true,
115
"command": {
126
"version": {
@@ -17,11 +11,6 @@
1711
"message": "chore(release): release packages"
1812
}
1913
},
20-
"ignoreChanges": [
21-
"**/docs/**",
22-
"**/.github/**",
23-
"**/e2e/**",
24-
"**/tests/**"
25-
],
14+
"ignoreChanges": ["**/docs/**", "**/.github/**", "**/e2e/**", "**/tests/**"],
2615
"version": "10.5.1"
2716
}

0 commit comments

Comments
 (0)