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