1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00

Refactor bundlewatch workflow to use Turbo (#2119)

This commit is contained in:
Paweł Kuna
2025-02-03 02:54:15 +01:00
committed by GitHub
parent 09a7e10ef1
commit a370919ebe
5 changed files with 28 additions and 5 deletions

View File

@@ -18,6 +18,12 @@
"^clean"
],
"cache": false
},
"bundlewatch": {
"dependsOn": [
"^bundlewatch",
"^build"
]
}
}
}