Skip to content

Commit 5bcbc17

Browse files
committed
👷 修复Turborepo无法解析到依赖 (see vercel/turborepo#10705)
1 parent 0fa4470 commit 5bcbc17

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

turbo.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
},
1414
"@graphif/project-graph#build": {
1515
"inputs": ["src/**/*", "*.{ts,tsx,html,css}"],
16-
"outputs": ["dist/**"]
16+
"outputs": ["dist/**"],
17+
"dependsOn": ["^build"]
1718
},
1819
"@graphif/docs#build": {
1920
"inputs": ["**/*"],

0 commit comments

Comments
 (0)