File tree Expand file tree Collapse file tree 3 files changed +606
-748
lines changed
Expand file tree Collapse file tree 3 files changed +606
-748
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " 3id" ,
33 "private" : true ,
4+ "packageManager" : " yarn@1.22.17" ,
45 "workspaces" : [
56 " apps/*" ,
67 " packages/*"
1112 "test:ci" : " yarn turbo run test:ci" ,
1213 "lint" : " yarn turbo run lint" ,
1314 "build" : " lerna run build:types && yarn turbo run build:js" ,
14- "-- prepare" : " yarn build"
15+ "prepare" : " yarn build"
1516 },
1617 "devDependencies" : {
1718 "@skypack/package-check" : " ^0.2.2" ,
3334 "typedoc" : " ^0.22.11" ,
3435 "typedoc-plugin-markdown" : " ^3.11.12" ,
3536 "typescript" : " ^4.5.4"
36- },
37- "turbo" : {
38- "baseBranch" : " origin/main" ,
39- "pipeline" : {
40- "build:js" : {},
41- "lint" : {},
42- "test" : {},
43- "test:ci" : {}
44- }
4537 }
4638}
Original file line number Diff line number Diff line change 1+ {
2+ "baseBranch" : " origin/main" ,
3+ "pipeline" : {
4+ "build:js" : {},
5+ "lint" : {},
6+ "test" : {},
7+ "test:ci" : {}
8+ }
9+ }
You can’t perform that action at this time.
0 commit comments