1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00

fix: disable caching in turbo.json outputs configuration

This commit is contained in:
codecalm
2025-04-16 15:39:58 +02:00
parent c4d21a4666
commit fa89c6fa73

View File

@@ -14,7 +14,8 @@
], ],
"outputs": [ "outputs": [
"dist/**" "dist/**"
] ],
"cache": false
}, },
"dev": { "dev": {
"cache": false, "cache": false,