UNPKG

@ugandaemr/esm-patient-appointments-app

Version:
25 lines 470 B
{ "$schema": "https://turborepo.org/schema.json", "pipeline": { "build": { "dependsOn": ["^build"], "outputs": ["dist/**"] }, "test": { "dependsOn": ["^test"] }, "test:watch": { "dependsOn": ["^test:watch"] }, "coverage": { "dependsOn": ["^coverage"] }, "lint": { "dependsOn": ["^lint"] }, "typescript": { "dependsOn": ["^typescript"] }, "extract-translations": {} } }