Fix
All checks were successful
Lint / lint (push) Successful in 12s
Test build / test-build (pull_request) Successful in 17s

This commit is contained in:
Julien Valverdé
2025-10-02 18:17:02 +02:00
parent fa1edf1ef2
commit d1253c4e5b

View File

@@ -13,6 +13,10 @@
"inputs": ["./src/**"], "inputs": ["./src/**"],
"outputs": ["./dist/**"] "outputs": ["./dist/**"]
}, },
"pack": {
"dependsOn": ["^pack"],
"cache": false
},
"clean:cache": { "clean:cache": {
"cache": false "cache": false
}, },