We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90dd289 commit aa31fd5Copy full SHA for aa31fd5
1 file changed
turbo.json
@@ -2,7 +2,9 @@
2
"$schema": "https://turbo.build/schema.json",
3
"globalEnv": ["GITHUB_*", "VSCODE_WDIO_*", "VSCE_PAT"],
4
"tasks": {
5
- "clean": {},
+ "clean": {
6
+ "cache": false
7
+ },
8
"build": {
9
"dependsOn": ["^build"],
10
"outputs": ["dist"]
@@ -13,8 +15,7 @@
13
15
"cache": false
14
16
},
17
"typecheck": {
- "dependsOn": ["^build", "^typecheck"],
- "cache": false
18
+ "dependsOn": ["^build", "^typecheck"]
19
20
"vscode-webdriverio#package": {
21
"dependsOn": ["build:production"]
0 commit comments