tabler-icons/turbo.json

24 lines
385 B
JSON

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