Files
tabler-flags/turbo.json
2024-03-29 16:27:37 +01:00

12 lines
230 B
JSON

{
"$schema": "https://turbo.build/schema.json",
"pipeline": {
"build": {
"inputs": ["../../flags/**", "build.mjs"],
"outputs": ["dist/**"]
},
"test": {
"dependsOn": ["build", "^build"]
}
}
}