Skip to content
This repository was archived by the owner on Dec 26, 2023. It is now read-only.

Commit 9384c2b

Browse files
committed
update turbo scripts
1 parent 1e99fc5 commit 9384c2b

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

turbo.json

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,7 @@
66
"dependsOn": [
77
"^build"
88
],
9-
"outputs": [
10-
".next/**",
11-
"build"
12-
]
9+
"outputs": []
1310
},
1411
"test": {
1512
"dependsOn": [
@@ -22,12 +19,6 @@
2219
},
2320
"dev": {
2421
"outputs": []
25-
},
26-
"deploy": {
27-
"dependsOn": [
28-
"build"
29-
],
30-
"outputs": []
3122
}
3223
}
3324
}

0 commit comments

Comments
 (0)