You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

turbo.json 209B

1234567891011
  1. {
  2. "$schema": "https://turbo.build/schema.json",
  3. "pipeline": {
  4. "design-system#build": {
  5. "outputs": ["lib/**"]
  6. },
  7. "design-system#build:no-checks": {
  8. "outputs": ["lib/**"]
  9. }
  10. }
  11. }