Files
Julien Valverdé 8bffd29ee7
Publish / publish (push) Successful in 15s
Lint / lint (push) Successful in 12s
Publish initial version
2026-09-14 15:33:40 +02:00

14 lines
249 B
JSON

{
"$schema": "https://turborepo.com/schema.json",
"tasks": {
"lint:tsc": {
"dependsOn": ["^build"],
"outputs": []
},
"build": {
"dependsOn": ["^build"],
"outputs": ["dist/**", ".godot/GodotJS/**"]
}
}
}