Files
reffuse/turbo.json
Julien Valverdé ad81bf9ed8
All checks were successful
Lint / lint (push) Successful in 11s
Test build / test-build (pull_request) Successful in 13s
Cleanup
2025-02-26 19:25:21 +01:00

13 lines
217 B
JSON

{
"$schema": "https://turbo.build/schema.json",
"tasks": {
"build": {
"dependsOn": ["^build"],
"inputs": ["./src/**"],
"outputs": ["./dist/**"]
},
"pack": {},
"publish": {}
}
}