mirror of
https://github.com/zen-browser/www.git
synced 2025-07-07 00:45:31 +02:00
perf(turbo): improve cache input scope (#701)
This commit is contained in:
parent
f9395041e1
commit
a1ab0da927
1 changed files with 3 additions and 2 deletions
|
@ -18,6 +18,7 @@
|
|||
},
|
||||
"build": {
|
||||
"cache": true,
|
||||
"inputs": ["src"],
|
||||
"outputs": ["dist/**"]
|
||||
},
|
||||
"test": {
|
||||
|
@ -27,13 +28,13 @@
|
|||
},
|
||||
"spell": {
|
||||
"cache": true,
|
||||
"inputs": ["src/**/*.{ts,tsx,js,jsx,astro,md,json,yml,yaml}"],
|
||||
"inputs": ["**/*.{ts,tsx,js,jsx,astro,md,json,yml,yaml}"],
|
||||
"outputs": []
|
||||
},
|
||||
"test:playwright": {
|
||||
"cache": true,
|
||||
"dependsOn": ["build"],
|
||||
"inputs": ["**/*.{ts,tsx,js,jsx,astro}"],
|
||||
"inputs": ["src"],
|
||||
"outputs": ["playwright-report/**", "test-results/**"]
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue