Skip to content

Commit

Permalink
updated the build to have only microplan
Browse files Browse the repository at this point in the history
  • Loading branch information
jagankumar-egov committed Oct 19, 2024
1 parent cdace7e commit 885c66d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@egovernments/digit-ui-module-utilities": "1.0.1-beta.30",
"@egovernments/digit-ui-react-components": "1.8.2-beta.14",
"@egovernments/digit-ui-module-hcmworkbench":"0.0.43",
"@egovernments/digit-ui-module-campaign-manager": "0.2.0",
"@egovernments/digit-ui-module-campaign-manager": "0.2.1",
"@egovernments/digit-ui-module-microplan":"0.0.1",
"http-proxy-middleware": "^1.0.5",
"react": "17.0.2",
Expand Down
8 changes: 3 additions & 5 deletions health/micro-ui/web/microplan/inter-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
"version": "1.0.0",
"main": "index.js",
"workspaces": [
"example",
"packages/css",
"packages/modules/*"
"packages/modules/microplan"
],
"author": "JaganKumar <jagan.kumar@egov.org.in>",
"license": "MIT",
Expand All @@ -25,8 +23,8 @@
"dev:microplan": "cd packages/modules/microplan && yarn start",
"dev:campaign": "cd packages/modules/campaign-manager && yarn start",
"build": "run-p build:**",
"build:campaign": "cd packages/modules/campaign-manager && yarn build",
"build:hcm-microplanning": "cd packages/modules/hcm-microplanning && yarn build",
"buildD:campaign": "cd packages/modules/campaign-manager && yarn build",
"buildD:hcm-microplanning": "cd packages/modules/hcm-microplanning && yarn build",
"build:microplan": "cd packages/modules/microplan && yarn build",
"deploy:jenkins": "./scripts/jenkins.sh",
"clean": "rm -rf node_modules"
Expand Down
6 changes: 3 additions & 3 deletions health/micro-ui/web/microplan/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@
"node": ">=14"
},
"workspaces": [
"micro-ui-internals/packages/modules/*"
"micro-ui-internals/packages/modules/microplan"
],
"homepage": "/microplan-ui",
"dependencies": {
"@egovernments/digit-ui-libraries": "1.8.2-beta.7",
"@egovernments/digit-ui-module-core": "1.8.2-beta.13",
"@egovernments/digit-ui-module-utilities": "1.0.1-beta.23",
"@egovernments/digit-ui-react-components": "1.8.2-beta.14",
"@egovernments/digit-ui-module-hcmmicroplanning":"0.0.1",
"@egovernments/digit-ui-module-hcmmicroplanning":"0.0.2",
"@egovernments/digit-ui-module-microplan":"0.0.1",
"@egovernments/digit-ui-components": "0.0.2-beta.39",
"@egovernments/digit-ui-module-campaign-manager": "0.2.0",
"@egovernments/digit-ui-module-campaign-manager": "0.2.1",
"babel-loader": "8.1.0",
"clean-webpack-plugin": "4.0.0",
"react": "17.0.2",
Expand Down
2 changes: 1 addition & 1 deletion health/micro-ui/web/workbench/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@egovernments/digit-ui-module-utilities": "1.0.1-beta.35",
"@egovernments/digit-ui-react-components": "1.8.2-beta.11",
"@egovernments/digit-ui-module-hcmworkbench":"0.0.43",
"@egovernments/digit-ui-module-campaign-manager": "0.2.0",
"@egovernments/digit-ui-module-campaign-manager": "0.2.1",
"babel-loader": "8.1.0",
"clean-webpack-plugin": "4.0.0",
"react": "17.0.2",
Expand Down

0 comments on commit 885c66d

Please sign in to comment.