mirror of
https://github.com/tabler/tabler-icons.git
synced 2025-01-16 20:28:28 +01:00
ceed535efb
* fix packages imports * imports check scripts * update packages * svelte build improvements * build fix
28 lines
509 B
JSON
28 lines
509 B
JSON
{
|
|
"$schema": "https://turbo.build/schema.json",
|
|
"pipeline": {
|
|
"build": {
|
|
"outputs": ["dist/**"],
|
|
"dependsOn": ["^build"],
|
|
"inputs": ["../../icons/**"]
|
|
},
|
|
"lint": {},
|
|
"dev": {
|
|
"cache": false,
|
|
"persistent": true
|
|
},
|
|
"clean": {
|
|
"cache": false
|
|
},
|
|
"test": {
|
|
"dependsOn": ["build", "^build"]
|
|
},
|
|
"typecheck": {
|
|
"dependsOn": ["build", "^build"]
|
|
},
|
|
"imports-check": {
|
|
"dependsOn": ["build", "^build"]
|
|
}
|
|
}
|
|
}
|