Fix
Some checks failed
Lint / lint (push) Successful in 13s
Build / build (pull_request) Failing after 26s

This commit is contained in:
Julien Valverdé
2025-09-18 00:55:45 +02:00
parent f078c5196c
commit 5d725458f3
5 changed files with 7 additions and 7 deletions

View File

@@ -12,8 +12,8 @@
"dependsOn": ["^clean:dist"],
"cache": false
},
"clean:node": {
"dependsOn": ["^clean:node"],
"clean:modules": {
"dependsOn": ["^clean:modules"],
"cache": false
}
}