diff --git a/package.json b/package.json index 629053d2b..502f203aa 100644 --- a/package.json +++ b/package.json @@ -27,8 +27,7 @@ "prepare": "husky install", "test": "jest --config jest.config.js --verbose false --passWithNoTests", "test-watch": "jest --watch --config jest.config.js", - "verify": "turbo run lint typescript test --color --concurrency=5", - "postinstall": "husky install", + "verify": "turbo run lint && turbo run typescript && yarn test --coverage", "ci:prepublish": "yarn workspaces foreach --all --topological --exclude @ohri/openmrs-esm-ohri npm publish --access public --tag next", "ci:publish": "yarn workspaces foreach --all --topological --exclude @ohri/openmrs-esm-ohri npm publish --access public --tag latest", "release": "yarn workspaces foreach --all --topological version", diff --git a/packages/esm-tb-app/src/views/program-management/tb-program-management.tsx b/packages/esm-tb-app/src/views/program-management/tb-program-management.tsx index 618843b75..40c741650 100644 --- a/packages/esm-tb-app/src/views/program-management/tb-program-management.tsx +++ b/packages/esm-tb-app/src/views/program-management/tb-program-management.tsx @@ -2,7 +2,7 @@ import React from 'react'; import { useConfig } from '@openmrs/esm-framework'; import { Tabs, Tab, TabList, TabPanels, TabPanel } from '@carbon/react'; import styles from '../common.scss'; -import { PatientChartProps, getMenuItemTabConfiguration, EncounterList } from '@ohri/openmrs-esm-ohri-commons-lib'; +import { type PatientChartProps, getMenuItemTabConfiguration, EncounterList } from '@ohri/openmrs-esm-ohri-commons-lib'; import tptProgramManagemetConfigSchema from './tb-program-management-config.json'; interface OverviewListProps { patientUuid: string; diff --git a/yarn.lock b/yarn.lock index c91f3ded1..98f8a726e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6843,7 +6843,8 @@ __metadata: "caniuse-lite@npm:^1.0.0, caniuse-lite@npm:^1.0.30001400, caniuse-lite@npm:^1.0.30001426": version: 1.0.30001517 resolution: "caniuse-lite@npm:1.0.30001517" - checksum: 3b9aa01e5e1c112bbe15d653cf4f909748b3ede87613b4381306c3510dab1adb0b09594febdacdf0eb963d8f0d37dcb3b88cea12c579ed14a9ede4581544c7c4 languageName: node + checksum: 3b9aa01e5e1c112bbe15d653cf4f909748b3ede87613b4381306c3510dab1adb0b09594febdacdf0eb963d8f0d37dcb3b88cea12c579ed14a9ede4581544c7c4 + languageName: node linkType: hard "carbon-components@npm:^10.58.10":