Skip to content

Commit 7634079

Browse files
committed
fix: move hoist and packages config settings over to the correct JSON file; add publish config to lerna.json
1 parent ea856a1 commit 7634079

File tree

2 files changed

+15
-12
lines changed

2 files changed

+15
-12
lines changed

lerna.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,24 @@
44
"command": {
55
"init": {
66
"exact": true
7+
},
8+
"bootstrap": {
9+
"hoist": [
10+
"tap",
11+
"eslin*",
12+
"husky",
13+
"prettier",
14+
"pretty-quick"
15+
]
16+
},
17+
"publish": {
18+
"allowBranch": "master"
719
}
820
},
921
"npmClientArgs": [
1022
"--registry=https://registry.npmjs.org/"
23+
],
24+
"packages": [
25+
"packages/*"
1126
]
1227
}

package.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,5 @@
1717
"packages/core/test",
1818
"packages/live-server"
1919
]
20-
},
21-
"workspaces": {
22-
"hoist": [
23-
"tap",
24-
"eslin*",
25-
"husky",
26-
"prettier",
27-
"pretty-quick"
28-
],
29-
"packages": [
30-
"packages/*"
31-
]
3220
}
3321
}

0 commit comments

Comments
 (0)