tabler-icons/turbo.json

23 lines
351 B
JSON

{
"$schema": "https://turbo.build/schema.json",
"pipeline": {
"build": {
"outputs": ["dist/**"],
"dependsOn": ["^build"],
"cache": false
},
"lint": {},
"dev": {
"cache": false,
"persistent": true
},
"clean": {
"cache": false
},
"test": {
"dependsOn": []
}
}
}