Skip to content

Commit b0883f3

Browse files
committed
feat: bump turbo
1 parent 97906cc commit b0883f3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

turbo.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
{
22
"$schema": "https://turborepo.org/schema.json",
3-
"globalDependencies": ["tsconfig*.json"],
3+
"globalDependencies": ["tsconfig*.json", "app.json", ".env*"],
44
"tasks": {
55
"topo": {
66
"dependsOn": ["^topo"]
77
},
8+
"release": {
9+
"dependsOn": ["^release"],
10+
"outputs": ["dist/**", "build/**"]
11+
},
812
"build": {
913
"dependsOn": ["^build"],
1014
"outputs": ["dist/**"]

0 commit comments

Comments
 (0)