chore(root): add dependency graph to turbo dev and test tasks (#540)

This commit is contained in:
Darius Cepulis
2026-02-18 08:03:00 -06:00
committed by GitHub
parent 9f546618a2
commit 56bfce8ae3
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -39,4 +39,4 @@ jobs:
${{ runner.os }}-turbo-
- name: Run website tests
run: pnpm --filter site test
run: turbo run test --filter=site
+2
View File
@@ -8,6 +8,7 @@
"outputs": ["dist/**", ".netlify/**"]
},
"dev": {
"dependsOn": ["^build"],
"cache": false,
"persistent": true,
"interactive": false
@@ -16,6 +17,7 @@
"cache": false
},
"test": {
"dependsOn": ["^build"],
"outputs": []
},
"lint": {