mirror of
https://github.com/tabler/tabler-icons.git
synced 2025-01-17 12:48:26 +01:00
23 lines
338 B
JSON
23 lines
338 B
JSON
|
{
|
||
|
"$schema": "https://turbo.build/schema.json",
|
||
|
"pipeline": {
|
||
|
"build": {
|
||
|
"outputs": [
|
||
|
"dist/**"
|
||
|
],
|
||
|
"dependsOn": ["^build"]
|
||
|
},
|
||
|
"lint": {},
|
||
|
"dev": {
|
||
|
"cache": false,
|
||
|
"persistent": true
|
||
|
},
|
||
|
"clean": {
|
||
|
"cache": false
|
||
|
},
|
||
|
"test": {
|
||
|
"dependsOn": []
|
||
|
}
|
||
|
}
|
||
|
}
|