mirror of
https://github.com/tabler/tabler-flags.git
synced 2026-01-25 04:06:25 +00:00
12 lines
230 B
JSON
12 lines
230 B
JSON
{
|
|
"$schema": "https://turbo.build/schema.json",
|
|
"pipeline": {
|
|
"build": {
|
|
"inputs": ["../../flags/**", "build.mjs"],
|
|
"outputs": ["dist/**"]
|
|
},
|
|
"test": {
|
|
"dependsOn": ["build", "^build"]
|
|
}
|
|
}
|
|
} |