File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "lerna" : " 3.0.0-beta.21 " ,
2+ "lerna" : " 3.0.0-rc.0 " ,
33 "packages" : [
44 " packages/*"
55 ],
66 "version" : " independent" ,
77 "command" : {
88 "init" : {
99 "exact" : true
10+ },
11+ "bootstrap" : {
12+ "hoist" : [
13+ " tap" ,
14+ " eslin*" ,
15+ " husky" ,
16+ " prettier" ,
17+ " pretty-quick"
18+ ]
19+ },
20+ "publish" : {
21+ "allowBranch" : " master"
1022 }
1123 },
1224 "npmClientArgs" : [
Original file line number Diff line number Diff line change 11{
22 "devDependencies" : {
3- "lerna" : " 3.0.0-beta.21 "
3+ "lerna" : " 3.0.0-rc.0 "
44 },
5+ "private" : true ,
56 "scripts" : {
6- "bootstrap" : " lerna bootstrap --hoist tap --hoist eslin* --hoist husky --hoist prettier --hoist pretty-quick " ,
7+ "bootstrap" : " npx lerna bootstrap" ,
78 "precommit" : " pretty-quick --staged" ,
89 "prettier" : " prettier --config .prettierrc --write ./**/*.js" ,
9- "test" : " lerna run test"
10+ "test" : " lerna run test" ,
11+ "clean" : " git clean -dfx"
1012 },
1113 "nyc" : {
1214 "exclude" : [
You can’t perform that action at this time.
0 commit comments