hokulea/aria-voyager

View on GitHub
turbo.json

Summary

Maintainability
Test Coverage
{
  "$schema": "https://turbo.build/schema.json",
  "tasks": {
    "build": {
      "outputs": ["dist/**"],
      "dependsOn": ["^build"]
    },
    "start": {
      "dependsOn": ["^start"]
    },
    "test": {
      "dependsOn": ["^build"]
    }
  }
}