Skip to content

Commit aa31fd5

Browse files
committed
chore: update turbo.json
1 parent 90dd289 commit aa31fd5

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

turbo.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
"$schema": "https://turbo.build/schema.json",
33
"globalEnv": ["GITHUB_*", "VSCODE_WDIO_*", "VSCE_PAT"],
44
"tasks": {
5-
"clean": {},
5+
"clean": {
6+
"cache": false
7+
},
68
"build": {
79
"dependsOn": ["^build"],
810
"outputs": ["dist"]
@@ -13,8 +15,7 @@
1315
"cache": false
1416
},
1517
"typecheck": {
16-
"dependsOn": ["^build", "^typecheck"],
17-
"cache": false
18+
"dependsOn": ["^build", "^typecheck"]
1819
},
1920
"vscode-webdriverio#package": {
2021
"dependsOn": ["build:production"]

0 commit comments

Comments
 (0)