@ugandaemr/esm-patient-appointments-app
Version:
Patient appointments microfrontend for the OpenMRS SPA
25 lines • 470 B
JSON
{
"$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": {}
}
}