Skip to content

Commit 6884eee

Browse files
committed
build: update turbo
1 parent 61be5ec commit 6884eee

File tree

3 files changed

+40
-38
lines changed

3 files changed

+40
-38
lines changed

package-lock.json

Lines changed: 29 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
"rollup-plugin-postcss": "4.0.2",
127127
"storybook": "7.6.7",
128128
"tsc-files": "1.1.4",
129-
"turbo": "1.10.15",
129+
"turbo": "1.11.3",
130130
"typescript": "5.2.2",
131131
"vite": "5.0.5",
132132
"vite-tsconfig-paths": "4.2.0",

turbo.json

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"$schema": "https://turbo.build/schema.json",
23
"pipeline": {
34
"build": {
45
"dependsOn": ["^build"],
@@ -7,16 +8,17 @@
78
"lib/**/*.d.ts",
89
"dist/**",
910
"custom-elements.json"
10-
]
11-
},
12-
"test": {},
13-
"dev": {
14-
"cache": false
11+
],
12+
"outputMode": "errors-only"
1513
},
1614
"clean": {
17-
"cache": false
15+
"cache": false,
16+
"outputMode": "none"
17+
},
18+
"analyze": {
19+
"inputs": ["lib/**/*.element.ts"],
20+
"outputs": ["custom-elements.json"]
1821
}
1922
},
20-
"baseBranch": "origin/v1/contrib",
21-
"globalDependencies": ["tsconfig.json"]
23+
"globalDependencies": ["tsconfig.json", "package.json", "package-lock.json"]
2224
}

0 commit comments

Comments
 (0)