mirror of
https://github.com/stripe/link-cli.git
synced 2026-09-14 16:41:26 +08:00
3b372f2209
Co-authored-by: ben-davis <2607068+ben-davis@users.noreply.github.com> Co-authored-by: bensnell-stripe <47830399+bensnell-stripe@users.noreply.github.com> Co-authored-by: danhilltech <876990+danhilltech@users.noreply.github.com> Co-authored-by: kreese-stripe <215516483+kreese-stripe@users.noreply.github.com> Co-authored-by: qaisjp <923242+qaisjp@users.noreply.github.com> Co-authored-by: raubrey-stripe <185865758+raubrey-stripe@users.noreply.github.com> Co-authored-by: shirleyz-stripe <264516373+shirleyz-stripe@users.noreply.github.com> Co-authored-by: sjkaliski <602845+sjkaliski@users.noreply.github.com>
10 lines
271 B
JSON
10 lines
271 B
JSON
{
|
|
"$schema": "https://turbo.build/schema.json",
|
|
"tasks": {
|
|
"build": { "dependsOn": ["^build"], "outputs": ["dist/**"] },
|
|
"typecheck": { "dependsOn": ["^build"] },
|
|
"test": { "dependsOn": ["build"] },
|
|
"dev": { "cache": false, "persistent": true }
|
|
}
|
|
}
|