We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea856a1 commit 7634079Copy full SHA for 7634079
lerna.json
@@ -4,9 +4,24 @@
4
"command": {
5
"init": {
6
"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"
19
}
20
},
21
"npmClientArgs": [
22
"--registry=https://registry.npmjs.org/"
23
+ ],
24
+ "packages": [
25
+ "packages/*"
26
]
27
package.json
@@ -17,17 +17,5 @@
"packages/core/test",
"packages/live-server"
- },
- "workspaces": {
- "hoist": [
- "tap",
- "eslin*",
- "husky",
- "prettier",
- "pretty-quick"
28
- ],
29
- "packages": [
30
- "packages/*"
31
- ]
32
33
0 commit comments