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:
@@ -14,7 +14,8 @@
|
|||||||
],
|
],
|
||||||
"outputs": [
|
"outputs": [
|
||||||
"dist/**"
|
"dist/**"
|
||||||
]
|
],
|
||||||
|
"cache": false
|
||||||
},
|
},
|
||||||
"dev": {
|
"dev": {
|
||||||
"cache": false,
|
"cache": false,
|
||||||
|
|||||||
Reference in New Issue
Block a user