aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/turbo.json
blob: 0ab616881ee367bb3614ddab169d6b35cd2034f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "$schema": "https://turbo.build/schema.json",
  "pipeline": {
    "design-system#build": {
      "outputs": ["lib/**"]
    },
    "design-system#build:no-checks": {
      "outputs": ["lib/**"]
    }
  }
}