chore(turbo): include astro file type in test cache input patterns in turbo.json

This commit is contained in:
taroj1205 2025-06-22 18:58:11 +12:00
parent e46f22ec71
commit f91a0438c6
No known key found for this signature in database
GPG key ID: 0FCB6CFFE0981AB7

View file

@ -23,7 +23,7 @@
},
"test": {
"cache": true,
"inputs": ["**/*.{ts,tsx,js,jsx}"],
"inputs": ["**/*.{ts,tsx,js,jsx,astro}"],
"outputs": []
},
"spell": {