Skip to content

Commit

Permalink
Merge pull request #962 from egovernments/test
Browse files Browse the repository at this point in the history
Test
  • Loading branch information
pradeepkumarcm-egov authored Oct 7, 2024
2 parents 33f5ea8 + 4085331 commit 0c61277
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions frontend/micro-ui/web/micro-ui-internals/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"workspaces": [
"packages/libraries",
"example",
"packages/css",
"packages/react-components",
"packages/modules/*"
],
Expand All @@ -30,7 +29,6 @@
"dev:core": "cd packages/modules/core && yarn start",
"dev:example": "cd example && yarn start",
"build": "run-p build:**",
"build:css": "cd packages/css && yarn build:prod",
"build:libraries": "cd packages/libraries && yarn build",
"build:components": "cd packages/react-components && yarn build",
"build:pgr": "cd packages/modules/pgr && yarn build",
Expand Down
2 changes: 0 additions & 2 deletions frontend/micro-ui/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
},
"workspaces": [
"micro-ui-internals/packages/libraries",
"micro-ui-internals/packages/css",
"micro-ui-internals/packages/react-components",
"micro-ui-internals/packages/modules/*"
],
Expand All @@ -18,7 +17,6 @@
"@egovernments/digit-ui-libraries": "1.5.7",
"@egovernments/digit-ui-module-dss": "1.5.34",
"@egovernments/digit-ui-module-core": "1.5.46",
"@egovernments/digit-ui-css": "1.5.54",
"@egovernments/digit-ui-module-hrms": "1.5.27",
"@egovernments/digit-ui-module-pgr": "1.7.0",
"@egovernments/digit-ui-module-engagement": "1.5.20",
Expand Down
1 change: 0 additions & 1 deletion frontend/micro-ui/web/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import {
initPGRComponents,
PGRReducers,
} from "@egovernments/digit-ui-module-pgr";
import "@egovernments/digit-ui-css/dist/index.css";

window.contextPath = window?.globalConfigs?.getConfig("CONTEXT_PATH");

Expand Down

0 comments on commit 0c61277

Please sign in to comment.