aboutsummaryrefslogtreecommitdiff
path: root/turbo.json
diff options
context:
space:
mode:
authorPauline <git@ethanlibs.co>2023-11-26 22:55:04 -0500
committerPauline <git@ethanlibs.co>2023-11-26 22:55:04 -0500
commit181547a25213bee8a20002e07344b957386c4d0f (patch)
tree1e1b4815166342406026478c00604cdd65e64660 /turbo.json
parent955e820f1ccb59467a4f27c5c77738a7ebff193e (diff)
downloadNexus-181547a25213bee8a20002e07344b957386c4d0f.tar.gz
Nexus-181547a25213bee8a20002e07344b957386c4d0f.tar.bz2
Nexus-181547a25213bee8a20002e07344b957386c4d0f.zip
feat(build): transfer everything to esm/ts
Diffstat (limited to 'turbo.json')
-rw-r--r--turbo.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/turbo.json b/turbo.json
index 0afb03a..9dbd766 100644
--- a/turbo.json
+++ b/turbo.json
@@ -14,6 +14,9 @@
},
"dev": {
"cache": false
+ },
+ "test": {
+ "outputs": []
}
},
"globalEnv": ["PORT", "NODE_ENV"]