From 7974e450bd33fe22f3a5e3e2240eac52c95e54d9 Mon Sep 17 00:00:00 2001 From: Swathi-eGov Date: Thu, 14 Mar 2024 22:15:06 +0530 Subject: [PATCH] modifield package.json --- micro-ui/web/micro-ui-internals/package.json | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/micro-ui/web/micro-ui-internals/package.json b/micro-ui/web/micro-ui-internals/package.json index ba3fb51b14f..e3afe21f780 100644 --- a/micro-ui/web/micro-ui-internals/package.json +++ b/micro-ui/web/micro-ui-internals/package.json @@ -28,32 +28,18 @@ "dev:corelibraries": "cd packages/libraries-core && yarn start", "dev:components": "cd packages/react-components && yarn start", "dev:corecomponents": "cd packages/components-core && yarn start", - "dev:svgcomponents": "cd packages/svg-components && yarn start", "dev:example": "cd example && yarn start", "dev:core": "cd packages/modules/core && yarn start", - "dev:dss": "cd packages/modules/dss && yarn start", - "dev:hrms": "cd packages/modules/hrms && yarn start", "dev:sample": "cd packages/modules/sample && yarn start", "dev:project": "cd packages/modules/Project && yarn start", - "devD:common": "cd packages/modules/common && yarn start", - "devD:utilities": "cd packages/modules/utilities && yarn start", - "devD:workbench": "cd packages/modules/workbench && yarn start", - "dev:engagement": "cd packages/modules/engagement && yarn start", "build": "run-p build:**", "build:libraries": "cd packages/libraries && yarn build", "build:corelibraries": "cd packages/libraries-core && yarn build", "build:components": "cd packages/react-components && yarn build", "build:corecomponents": "cd packages/components-core && yarn build", - "build:svgcomponents": "cd packages/svg-components && yarn build", - "build:dss": "cd packages/modules/dss && yarn build", "build:core": "cd packages/modules/core && yarn build", - "build:hrms": "cd packages/modules/hrms && yarn build", "build:sample": "cd packages/modules/sample && yarn build", "build:project": "cd packages/modules/Project && yarn build", - "build:common": "cd packages/modules/common && yarn build", - "build:utilities": "cd packages/modules/utilities && yarn build", - "build:engagement": "cd packages/modules/engagement && yarn build", - "buildD:workbench": "cd packages/modules/workbench && yarn build", "deploy:jenkins": "./scripts/jenkins.sh", "clean": "rm -rf node_modules" },