|
4 | 4 | // https://turbo.build/repo/docs/core-concepts/caching/file-inputs#specifying-additional-inputs
|
5 | 5 | "globalDependencies": ["pnpm-lock.yaml", "patches/*", ".github/*"],
|
6 | 6 |
|
7 |
| - "pipeline": { |
| 7 | + "tasks": { |
8 | 8 | /////////////////////////////////////////////////
|
9 | 9 | /////////////////////////////////////////////////
|
10 | 10 | //
|
|
39 | 39 | "tsconfig.tsbuildinfo"
|
40 | 40 | ],
|
41 | 41 | "dependsOn": ["^build:pkg"],
|
42 |
| - // https://turbo.build/repo/docs/reference/configuration#outputmode |
43 |
| - "outputMode": "new-only" |
| 42 | + // https://turbo.build/repo/docs/reference/configuration#outputLogs |
| 43 | + "outputLogs": "new-only" |
44 | 44 | },
|
45 | 45 |
|
46 | 46 | // run build in all library packages
|
|
71 | 71 | // we should create a "triggers" repo and have it depend
|
72 | 72 | // on a TS "trigger"
|
73 | 73 | ],
|
74 |
| - // https://turbo.build/repo/docs/reference/configuration#outputmode |
75 |
| - "outputMode": "new-only" |
| 74 | + // https://turbo.build/repo/docs/reference/configuration#outputLogs |
| 75 | + "outputLogs": "new-only" |
76 | 76 | },
|
77 | 77 |
|
78 | 78 | /////////////////////////////////////////////////
|
|
100 | 100 | "lint": {
|
101 | 101 | "inputs": ["eslint.*", "tsconfig.json", "tsconfig.tsbuildinfo"],
|
102 | 102 | "dependsOn": ["^build:pkg"],
|
103 |
| - // https://turbo.build/repo/docs/reference/configuration#outputmode |
104 |
| - "outputMode": "new-only" |
| 103 | + // https://turbo.build/repo/docs/reference/configuration#outputLogs |
| 104 | + "outputLogs": "new-only" |
105 | 105 | },
|
106 | 106 |
|
107 | 107 | "check:types": {
|
108 | 108 | "inputs": ["tsconfig.json", "tsconfig.tsbuildinfo"],
|
109 | 109 | "dependsOn": ["^build:pkg"],
|
110 |
| - // https://turbo.build/repo/docs/reference/configuration#outputmode |
111 |
| - "outputMode": "new-only" |
| 110 | + // https://turbo.build/repo/docs/reference/configuration#outputLogs |
| 111 | + "outputLogs": "new-only" |
112 | 112 | },
|
113 | 113 |
|
114 | 114 | "build:tests": {
|
|
0 commit comments