chore(turbo): add input patterns for build cache in turbo.json

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

View file

@ -18,6 +18,7 @@
}, },
"build": { "build": {
"cache": true, "cache": true,
"inputs": ["**/*.{ts,tsx,js,jsx,astro,json}"],
"outputs": ["dist/**"] "outputs": ["dist/**"]
}, },
"test": { "test": {