Skip to content

Commit 8e5130a

Browse files
committed
fix: build
1 parent c1fc597 commit 8e5130a

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

apps/web/turbo.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"extends": ["//"],
44
"tasks": {
55
"build": {
6-
"dependsOn": ["^build:shadcn"],
6+
"dependsOn": ["build:shadcn"],
77
"outputs": [
88
".next/**",
99
"!.next/cache/**",
@@ -12,11 +12,10 @@
1212
]
1313
},
1414
"build:shadcn": {
15-
"dependsOn": ["^build:registry"],
15+
"dependsOn": ["build:registry"],
1616
"outputs": ["public/r/**"]
1717
},
1818
"build:registry": {
19-
"dependsOn": ["^build"],
2019
"outputs": ["__registry__/**"]
2120
},
2221
"dev": {

0 commit comments

Comments
 (0)