Build refactoring
All checks were successful
Lint / lint (push) Successful in 41s

This commit is contained in:
Julien Valverdé
2025-09-20 03:19:45 +02:00
parent 6ac3863af9
commit 99a3fadc3a
8 changed files with 154 additions and 43 deletions

View File

@@ -8,6 +8,11 @@
"lint:eslint": {
"cache": false
},
"build": {
"inputs": ["src/**"],
"outputs": ["dist/**"],
"cache": false
},
"clean:dist": {
"dependsOn": ["^clean:dist"],
"cache": false