Skip to content

Commit 324370e

Browse files
committed
refactor: remove outputs from clean task in turbo.json
Signed-off-by: Vladislav Polyakov <[email protected]>
1 parent 2a89b43 commit 324370e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

turbo.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,7 @@
99
"./src/gen/**"
1010
]
1111
},
12-
"clean": {
13-
"outputs": [
14-
"./dist/**"
15-
]
16-
},
12+
"clean": {},
1713
"build": {
1814
"dependsOn": [
1915
"^build",

0 commit comments

Comments
 (0)