Skip to content

Commit 7a3ee56

Browse files
committed
fix: move hoist config over to the right JSON file
1 parent ea856a1 commit 7a3ee56

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

lerna.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,12 @@
88
},
99
"npmClientArgs": [
1010
"--registry=https://registry.npmjs.org/"
11+
],
12+
"hoist": [
13+
"tap",
14+
"eslin*",
15+
"husky",
16+
"prettier",
17+
"pretty-quick"
1118
]
1219
}

package.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,6 @@
1919
]
2020
},
2121
"workspaces": {
22-
"hoist": [
23-
"tap",
24-
"eslin*",
25-
"husky",
26-
"prettier",
27-
"pretty-quick"
28-
],
2922
"packages": [
3023
"packages/*"
3124
]

0 commit comments

Comments
 (0)