1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-08-01 11:50:25 +02:00

Version 2.0! (#439)

This commit is contained in:
Paweł Kuna
2023-01-22 00:02:47 +01:00
committed by GitHub
parent 759beb8a8c
commit 8b5735f21b
15703 changed files with 111127 additions and 91081 deletions

22
turbo.json Normal file
View File

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