mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
chore(root): add dependency graph to turbo dev and test tasks (#540)
This commit is contained in:
@@ -39,4 +39,4 @@ jobs:
|
||||
${{ runner.os }}-turbo-
|
||||
|
||||
- name: Run website tests
|
||||
run: pnpm --filter site test
|
||||
run: turbo run test --filter=site
|
||||
|
||||
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user