aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/turbo.json
diff options
context:
space:
mode:
Diffstat (limited to 'turbo.json')
-rw-r--r--turbo.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/turbo.json b/turbo.json
index 3c566c0..923b5e9 100644
--- a/turbo.json
+++ b/turbo.json
@@ -18,9 +18,9 @@
"check-types": {
"dependsOn": ["^build"]
},
- // "//#build:ts": {
- // "outputs": ["packages/**/dist"]
- // },
+ "//#build:ts": {
+ "outputs": ["packages/**/dist"]
+ },
"build": {
"outputs": ["dist/**/*", ".next/**/*"],
"dependsOn": ["^build"]