aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/turbo.json
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2023-07-07 16:24:16 +0800
committer简律纯 <i@jyunko.cn>2023-07-07 16:24:16 +0800
commitf3e4415e701290915e54810e618f10ecb3ac36fe (patch)
treefc4b1ce801045bdf3785851de2907c14870e616e /turbo.json
parent5ee674765c5ed400dcd83146ee4dfa51bd6729de (diff)
downloadHydroRoll-f3e4415e701290915e54810e618f10ecb3ac36fe.tar.gz
HydroRoll-f3e4415e701290915e54810e618f10ecb3ac36fe.zip
😫Fix the bug
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"]