mirror of
https://github.com/zen-browser/www.git
synced 2025-07-07 17:05:32 +02:00
chore(turbo): add input patterns for build cache in turbo.json
This commit is contained in:
parent
01ee207faf
commit
e46f22ec71
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@
|
||||||
},
|
},
|
||||||
"build": {
|
"build": {
|
||||||
"cache": true,
|
"cache": true,
|
||||||
|
"inputs": ["**/*.{ts,tsx,js,jsx,astro,json}"],
|
||||||
"outputs": ["dist/**"]
|
"outputs": ["dist/**"]
|
||||||
},
|
},
|
||||||
"test": {
|
"test": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue