File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 44 "lerna" : " ^2.9.0"
55 },
66 "scripts" : {
7- "bootstrap-workaround" : " lerna exec yarn && lerna link && lerna run prepublish && lerna run prepare" ,
7+ "bootstrap-workaround" :
8+ " lerna exec yarn && lerna link && lerna run prepublish && lerna run prepare" ,
89 "postinstall" : " yarn bootstrap-workaround" ,
910 "bootstrap" : " lerna bootstrap" ,
1011 "clean" : " lerna clean" ,
1112 "purge-lock-files" : " rm -rf ./yarn.lock && rm -rf ./**/**/yarn.lock" ,
12- "purge-modules" : " lerna clean --yes && rm -rf ./node_modules & rm -rf ./tools" ,
13+ "purge-modules" :
14+ " lerna clean --yes && rm -rf ./node_modules & rm -rf ./tools" ,
1315 "purge" : " yarn purge-modules && yarn purge-lock-files" ,
1416 "reinstall" : " yarn purge && yarn" ,
1517 "build" : " lerna run build --stream --parallel"
1618 },
1719 "dependencies" : {
1820 "express" : " ^4.16.2"
1921 },
20- "workspaces" : [
21- " packages/*" ,
22- " examples/*"
23- ],
24- "version" : " 0.6.0"
22+ "workspaces" : [" packages/*" , " examples/*" ],
23+ "version" : " 0.5.0"
2524}
You can’t perform that action at this time.
0 commit comments