1 parent c1fc597 commit 8e5130aCopy full SHA for 8e5130a
1 file changed
apps/web/turbo.json
@@ -3,7 +3,7 @@
3
"extends": ["//"],
4
"tasks": {
5
"build": {
6
- "dependsOn": ["^build:shadcn"],
+ "dependsOn": ["build:shadcn"],
7
"outputs": [
8
".next/**",
9
"!.next/cache/**",
@@ -12,11 +12,10 @@
12
]
13
},
14
"build:shadcn": {
15
- "dependsOn": ["^build:registry"],
+ "dependsOn": ["build:registry"],
16
"outputs": ["public/r/**"]
17
18
"build:registry": {
19
- "dependsOn": ["^build"],
20
"outputs": ["__registry__/**"]
21
22
"dev": {
0 commit comments