From 6abc5f767215586262104a2a85960d710da8c1a2 Mon Sep 17 00:00:00 2001 From: chinmoy-eGov <115543497+chinmoy-eGov@users.noreply.github.com> Date: Fri, 7 Jun 2024 14:12:10 +0530 Subject: [PATCH] Package.json change for pt and tl --- frontend/micro-ui/web/micro-ui-internals/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/micro-ui/web/micro-ui-internals/package.json b/frontend/micro-ui/web/micro-ui-internals/package.json index b98e3056fc7..02df418ee34 100644 --- a/frontend/micro-ui/web/micro-ui-internals/package.json +++ b/frontend/micro-ui/web/micro-ui-internals/package.json @@ -46,7 +46,7 @@ "build:libraries": "cd packages/libraries && yarn build", "build:components": "cd packages/react-components && yarn build", "buildD:common": "cd packages/modules/common && yarn build", - "build:pt": "cd packages/modules/pt && yarn build", + "buildD:pt": "cd packages/modules/pt && yarn build", "buildD:commonPt": "cd packages/modules/commonPt && yarn build", "buildD:core": "cd packages/modules/core && yarn build", "buildD:pgr": "cd packages/modules/pgr && yarn build", @@ -54,7 +54,7 @@ "buildD:dss": "cd packages/modules/dss && yarn build", "buildD:mcollect": "cd packages/modules/mCollect && yarn build", "buildD:receipts": "cd packages/modules/receipts && yarn build", - "build:tl": "cd packages/modules/tl && yarn build", + "buildD:tl": "cd packages/modules/tl && yarn build", "buildD:hrms": "cd packages/modules/hrms && yarn build", "buildD:obps": "cd packages/modules/obps && yarn build", "buildD:ptr": "cd packages/modules/ptr && yarn build",